Home
last modified time | relevance | path

Searched refs:option_offset (Results 1 – 12 of 12) sorted by relevance

/external/iptables/iptables/
Dxshared.c121 cs->c >= cs->target->option_offset && in command_default()
122 cs->c < cs->target->option_offset + XT_OPTION_OFFSET_SCALE) { in command_default()
134 if (cs->c < matchp->match->option_offset || in command_default()
135 cs->c >= matchp->match->option_offset + XT_OPTION_OFFSET_SCALE) in command_default()
160 &m->option_offset); in command_default()
165 &m->option_offset); in command_default()
Dip6tables.c120 .option_offset = 0,
1245 &cs->target->option_offset); in command_jump()
1249 &cs->target->option_offset); in command_jump()
1283 m->x6_options, &m->option_offset); in command_match()
1286 m->extra_opts, &m->option_offset); in command_match()
Diptables.c119 .option_offset = 0,
1239 &cs->target->option_offset); in command_jump()
1243 &cs->target->option_offset); in command_jump()
1277 m->x6_options, &m->option_offset); in command_match()
1280 m->extra_opts, &m->option_offset); in command_match()
Diptables-xml.c27 .option_offset = 0,
/external/iproute2/tc/
Dm_xt_old.c94 unsigned int *option_offset) in merge_options() argument
102 *option_offset = global_option_offset + OPTION_OFFSET; in merge_options()
108 merge[num_old + i].val += *option_offset; in merge_options()
254 &m->option_offset); in parse_ipt()
265 m->parse(c - m->option_offset, argv, 0, in parse_ipt()
397 &m->option_offset); in print_ipt()
Dm_xt.c72 .option_offset = 0,
171 &m->option_offset);
175 &m->option_offset);
196 m->parse(c - m->option_offset, argv, 0, &m->tflags,
342 &m->option_offset);
346 &m->option_offset);
Dm_ipt.c175 unsigned int *option_offset) in merge_options() argument
183 *option_offset = global_option_offset + OPTION_OFFSET; in merge_options()
189 merge[num_old + i].val += *option_offset; in merge_options()
437 &m->option_offset); in parse_ipt()
448 m->parse(c - m->option_offset, argv, 0, in parse_ipt()
582 &m->option_offset); in print_ipt()
/external/iptables/include/
Dxtables.h277 unsigned int option_offset; member
353 unsigned int option_offset; member
399 unsigned int option_offset; member
428 unsigned int *option_offset);
/external/iproute2/include/
Dxtables.h277 unsigned int option_offset; member
353 unsigned int option_offset; member
399 unsigned int option_offset; member
429 unsigned int *option_offset);
/external/iptables/libxtables/
Dxtoptions.c106 xt_params->option_offset += XT_OPTION_OFFSET_SCALE; in xtables_options_xfrm()
107 *offset = xt_params->option_offset; in xtables_options_xfrm()
938 t->parse(c - t->option_offset, argv, invert, in xtables_option_tpcall()
943 c -= t->option_offset; in xtables_option_tpcall()
974 m->parse(c - m->option_offset, argv, invert, in xtables_option_mpcall()
979 c -= m->option_offset; in xtables_option_mpcall()
Dxtables.c105 unsigned int *option_offset) in xtables_merge_options() argument
134 xt_params->option_offset += XT_OPTION_OFFSET_SCALE; in xtables_merge_options()
135 *option_offset = xt_params->option_offset; in xtables_merge_options()
139 mp->val += *option_offset; in xtables_merge_options()
/external/iproute2/
Dconfigure67 .option_offset = 0,