Searched refs:nthinfo (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/extensions/
H A Dlibip6t_nth.c67 struct ip6t_nth_info *nthinfo = (struct ip6t_nth_info *)(*match)->data; local
93 nthinfo->every = num-1;
94 nthinfo->startat = 0;
95 nthinfo->packet = 0xFF;
98 nthinfo->counter = 0;
103 nthinfo->not = 1;
108 nthinfo->not = 0;
123 if (string_to_number(optarg, 0, nthinfo->every, &num) == -1)
125 "bad --start `%s', must between 0 and %u", optarg, nthinfo->every);
127 nthinfo
182 const struct ip6t_nth_info *nthinfo local
200 const struct ip6t_nth_info *nthinfo local
[all...]
H A Dlibipt_nth.c67 struct ipt_nth_info *nthinfo = (struct ipt_nth_info *)(*match)->data; local
93 nthinfo->every = num-1;
94 nthinfo->startat = 0;
95 nthinfo->packet = 0xFF;
98 nthinfo->counter = 0;
103 nthinfo->not = 1;
108 nthinfo->not = 0;
123 if (string_to_number(optarg, 0, nthinfo->every, &num) == -1)
125 "bad --start `%s', must between 0 and %u", optarg, nthinfo->every);
127 nthinfo
182 const struct ipt_nth_info *nthinfo local
200 const struct ipt_nth_info *nthinfo local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/extensions/
H A Dlibip6t_nth.c67 struct ip6t_nth_info *nthinfo = (struct ip6t_nth_info *)(*match)->data; local
93 nthinfo->every = num-1;
94 nthinfo->startat = 0;
95 nthinfo->packet = 0xFF;
98 nthinfo->counter = 0;
103 nthinfo->not = 1;
108 nthinfo->not = 0;
123 if (string_to_number(optarg, 0, nthinfo->every, &num) == -1)
125 "bad --start `%s', must between 0 and %u", optarg, nthinfo->every);
127 nthinfo
182 const struct ip6t_nth_info *nthinfo local
200 const struct ip6t_nth_info *nthinfo local
[all...]
H A Dlibipt_nth.c67 struct ipt_nth_info *nthinfo = (struct ipt_nth_info *)(*match)->data; local
93 nthinfo->every = num-1;
94 nthinfo->startat = 0;
95 nthinfo->packet = 0xFF;
98 nthinfo->counter = 0;
103 nthinfo->not = 1;
108 nthinfo->not = 0;
123 if (string_to_number(optarg, 0, nthinfo->every, &num) == -1)
125 "bad --start `%s', must between 0 and %u", optarg, nthinfo->every);
127 nthinfo
182 const struct ipt_nth_info *nthinfo local
200 const struct ipt_nth_info *nthinfo local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/extensions/
H A Dlibip6t_nth.c67 struct ip6t_nth_info *nthinfo = (struct ip6t_nth_info *)(*match)->data; local
93 nthinfo->every = num-1;
94 nthinfo->startat = 0;
95 nthinfo->packet = 0xFF;
98 nthinfo->counter = 0;
103 nthinfo->not = 1;
108 nthinfo->not = 0;
123 if (string_to_number(optarg, 0, nthinfo->every, &num) == -1)
125 "bad --start `%s', must between 0 and %u", optarg, nthinfo->every);
127 nthinfo
182 const struct ip6t_nth_info *nthinfo local
200 const struct ip6t_nth_info *nthinfo local
[all...]
H A Dlibipt_nth.c67 struct ipt_nth_info *nthinfo = (struct ipt_nth_info *)(*match)->data; local
93 nthinfo->every = num-1;
94 nthinfo->startat = 0;
95 nthinfo->packet = 0xFF;
98 nthinfo->counter = 0;
103 nthinfo->not = 1;
108 nthinfo->not = 0;
123 if (string_to_number(optarg, 0, nthinfo->every, &num) == -1)
125 "bad --start `%s', must between 0 and %u", optarg, nthinfo->every);
127 nthinfo
182 const struct ipt_nth_info *nthinfo local
200 const struct ipt_nth_info *nthinfo local
[all...]

Completed in 69 milliseconds