Searched refs:option_offset (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/
H A Dip6tables.h57 unsigned int option_offset; member in struct:ip6tables_match
106 unsigned int option_offset; member in struct:ip6tables_target
H A Diptables.h80 unsigned int option_offset; member in struct:iptables_match
132 unsigned int option_offset; member in struct:iptables_target
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/iptables/
H A Dxshared.c115 cs->c >= cs->target->option_offset &&
116 cs->c < cs->target->option_offset + XT_OPTION_OFFSET_SCALE) {
128 if (cs->c < matchp->match->option_offset ||
129 cs->c >= matchp->match->option_offset + XT_OPTION_OFFSET_SCALE)
154 &m->option_offset);
159 &m->option_offset);
H A Dxtoptions.c106 xt_params->option_offset += XT_OPTION_OFFSET_SCALE;
107 *offset = xt_params->option_offset;
900 t->parse(c - t->option_offset, argv, invert,
905 c -= t->option_offset;
936 m->parse(c - m->option_offset, argv, invert,
941 c -= m->option_offset;
H A Dxtables.c104 unsigned int *option_offset)
133 xt_params->option_offset += XT_OPTION_OFFSET_SCALE;
134 *option_offset = xt_params->option_offset;
138 mp->val += *option_offset;
101 xtables_merge_options(struct option *orig_opts, struct option *oldopts, const struct option *newopts, unsigned int *option_offset) argument
H A Dip6tables.c134 .option_offset = 0,
1295 &cs->target->option_offset);
1299 &cs->target->option_offset);
1325 m->x6_options, &m->option_offset);
1328 m->extra_opts, &m->option_offset);
H A Diptables.c134 .option_offset = 0,
1323 &cs->target->option_offset);
1327 &cs->target->option_offset);
1353 m->x6_options, &m->option_offset);
1356 m->extra_opts, &m->option_offset);
H A Diptables-xml.c27 .option_offset = 0,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/include/
H A Dip6tables.h90 unsigned int option_offset; member in struct:ip6tables_match
139 unsigned int option_offset; member in struct:ip6tables_target
H A Diptables.h90 unsigned int option_offset; member in struct:iptables_match
142 unsigned int option_offset; member in struct:iptables_target
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/
H A Dxtables.h267 unsigned int option_offset; member in struct:xtables_match
334 unsigned int option_offset; member in struct:xtables_target
380 unsigned int option_offset; member in struct:xtables_globals
409 unsigned int *option_offset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Dm_ipt.c184 unsigned int *option_offset)
192 *option_offset = global_option_offset + OPTION_OFFSET;
198 merge[num_old + i].val += *option_offset;
422 &m->option_offset);
433 m->parse(c - m->option_offset, argv, 0,
556 &m->option_offset);
183 merge_options(struct option *oldopts, const struct option *newopts, unsigned int *option_offset) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/
H A Dip6tables.c1081 unsigned int *option_offset)
1090 *option_offset = global_option_offset;
1097 merge[num_old + i].val += *option_offset;
2094 opts = merge_options(opts, target->extra_opts, &target->option_offset);
2142 opts = merge_options(opts, m->extra_opts, &m->option_offset);
2221 || !(target->parse(c - target->option_offset,
2228 if (matchp->match->parse(c - matchp->match->option_offset,
2288 m->extra_opts, &m->option_offset);
1080 merge_options(struct option *oldopts, const struct option *newopts, unsigned int *option_offset) argument
H A Diptables.c1109 unsigned int *option_offset)
1118 *option_offset = global_option_offset;
1125 merge[num_old + i].val += *option_offset;
2177 opts = merge_options(opts, target->extra_opts, &target->option_offset);
2231 opts = merge_options(opts, m->extra_opts, &m->option_offset);
2310 || !(target->parse(c - target->option_offset,
2317 if (matchp->match->parse(c - matchp->match->option_offset,
2377 m->extra_opts, &m->option_offset);
1108 merge_options(struct option *oldopts, const struct option *newopts, unsigned int *option_offset) argument

Completed in 110 milliseconds