Searched refs:option_offset (Results 1 – 12 of 12) sorted by relevance
/external/iptables/iptables/ |
D | xshared.c | 121 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()
|
D | ip6tables.c | 120 .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()
|
D | iptables.c | 119 .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()
|
D | iptables-xml.c | 27 .option_offset = 0,
|
/external/iproute2/tc/ |
D | m_xt_old.c | 94 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()
|
D | m_xt.c | 72 .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);
|
D | m_ipt.c | 175 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/ |
D | xtables.h | 277 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/ |
D | xtables.h | 277 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/ |
D | xtoptions.c | 106 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()
|
D | xtables.c | 105 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/ |
D | configure | 67 .option_offset = 0,
|