/external/iptables/iptables/ |
D | xshared.c | 124 cs->c >= cs->target->option_offset && in command_default() 125 cs->c < cs->target->option_offset + XT_OPTION_OFFSET_SCALE) { in command_default() 137 if (cs->c < matchp->match->option_offset || in command_default() 138 cs->c >= matchp->match->option_offset + XT_OPTION_OFFSET_SCALE) in command_default() 163 &m->option_offset); in command_default() 168 &m->option_offset); in command_default()
|
D | xtables-eb.c | 308 .option_offset = 0, 361 ebtables_globals.option_offset += OPTION_OFFSET; in merge_options() 362 *options_offset = ebtables_globals.option_offset; in merge_options() 406 opts = merge_options(opts, target->extra_opts, &target->option_offset); in command_jump() 619 opts = merge_options(opts, m->extra_opts, &m->option_offset); in ebt_load_match() 646 &watcher->option_offset); in ebt_load_watcher() 1239 int opt_offset = cs.target->option_offset; in do_commandeb() 1249 if (m->parse(c - m->option_offset, argv, ebt_invert, &m->mflags, NULL, &m->m)) { in do_commandeb() 1257 if (w->parse(c - w->option_offset, argv, in do_commandeb()
|
D | xtables.c | 106 .option_offset = 0, 641 &cs->target->option_offset); in command_jump() 645 &cs->target->option_offset); in command_jump() 678 m->x6_options, &m->option_offset); in command_match() 681 m->extra_opts, &m->option_offset); in command_match()
|
D | ip6tables.c | 123 .option_offset = 0, 1287 &cs->target->option_offset); in command_jump() 1291 &cs->target->option_offset); in command_jump() 1325 m->x6_options, &m->option_offset); in command_match() 1328 m->extra_opts, &m->option_offset); in command_match()
|
D | iptables.c | 122 .option_offset = 0, 1280 &cs->target->option_offset); in command_jump() 1284 &cs->target->option_offset); in command_jump() 1318 m->x6_options, &m->option_offset); in command_match() 1321 m->extra_opts, &m->option_offset); in command_match()
|
D | xtables-arp.c | 157 .option_offset = 0, 853 &target->option_offset); in command_jump() 857 &target->option_offset); in command_jump()
|
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() 255 &m->option_offset); in parse_ipt() 266 m->parse(c - m->option_offset, argv, 0, in parse_ipt() 401 &m->option_offset); in print_ipt()
|
D | m_ipt.c | 108 unsigned int *option_offset) in merge_options() argument 116 *option_offset = global_option_offset + OPTION_OFFSET; in merge_options() 122 merge[num_old + i].val += *option_offset; in merge_options() 330 &m->option_offset); in parse_ipt() 341 m->parse(c - m->option_offset, argv, 0, in parse_ipt() 478 &m->option_offset); in print_ipt()
|
D | m_xt.c | 74 .option_offset = 0, 134 &m->option_offset); in get_xtables_target_opts() 138 &m->option_offset); in get_xtables_target_opts() 216 m->parse(c - m->option_offset, argv, 0,
|
/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/include/ |
D | xtables.h | 296 unsigned int option_offset; member 375 unsigned int option_offset; member 421 unsigned int option_offset; member 462 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 | 78 .option_offset = 0,
|