/external/iproute2/tc/ |
m_xt_old.c | 79 #define OPTION_OFFSET 256 94 unsigned int *option_offset) 102 *option_offset = global_option_offset + OPTION_OFFSET; 108 merge[num_old + i].val += *option_offset; 255 &m->option_offset); 266 m->parse(c - m->option_offset, argv, 0, 401 &m->option_offset);
|
m_ipt.c | 56 #define OPTION_OFFSET 256 108 unsigned int *option_offset) 116 *option_offset = global_option_offset + OPTION_OFFSET; 122 merge[num_old + i].val += *option_offset; 330 &m->option_offset); 341 m->parse(c - m->option_offset, argv, 0, 478 &m->option_offset);
|
m_xt.c | 74 .option_offset = 0, 134 &m->option_offset); 138 &m->option_offset); 216 m->parse(c - m->option_offset, argv, 0,
|
/external/iptables/iptables/ |
xshared.c | 124 cs->c >= cs->target->option_offset && 125 cs->c < cs->target->option_offset + XT_OPTION_OFFSET_SCALE) { 137 if (cs->c < matchp->match->option_offset || 138 cs->c >= matchp->match->option_offset + XT_OPTION_OFFSET_SCALE) 163 &m->option_offset); 168 &m->option_offset);
|
xtables-eb.c | 308 .option_offset = 0, 348 #define OPTION_OFFSET 256 361 ebtables_globals.option_offset += OPTION_OFFSET; 362 *options_offset = ebtables_globals.option_offset; 406 opts = merge_options(opts, target->extra_opts, &target->option_offset); 619 opts = merge_options(opts, m->extra_opts, &m->option_offset); 646 &watcher->option_offset); [all...] |
xtables.c | 106 .option_offset = 0, 641 &cs->target->option_offset); 645 &cs->target->option_offset); 678 m->x6_options, &m->option_offset); 681 m->extra_opts, &m->option_offset); [all...] |
ip6tables.c | 123 .option_offset = 0, [all...] |
iptables.c | 122 .option_offset = 0, [all...] |
xtables-arp.c | 87 #define OPTION_OFFSET 256 157 .option_offset = 0, 853 &target->option_offset); 857 &target->option_offset); [all...] |
iptables-xml.c | 27 .option_offset = 0,
|
/external/iproute2/include/ |
xtables.h | 277 unsigned int option_offset; member in struct:xtables_match 353 unsigned int option_offset; member in struct:xtables_target 399 unsigned int option_offset; member in struct:xtables_globals 429 unsigned int *option_offset);
|
/external/iptables/include/ |
xtables.h | 296 unsigned int option_offset; member in struct:xtables_match 375 unsigned int option_offset; member in struct:xtables_target 421 unsigned int option_offset; member in struct:xtables_globals 462 unsigned int *option_offset);
|
/external/iptables/libxtables/ |
xtoptions.c | 106 xt_params->option_offset += XT_OPTION_OFFSET_SCALE; 107 *offset = xt_params->option_offset; 938 t->parse(c - t->option_offset, argv, invert, 943 c -= t->option_offset; 974 m->parse(c - m->option_offset, argv, invert, 979 c -= m->option_offset; [all...] |
xtables.c | 105 unsigned int *option_offset) 134 xt_params->option_offset += XT_OPTION_OFFSET_SCALE; 135 *option_offset = xt_params->option_offset; 139 mp->val += *option_offset; [all...] |
/external/iproute2/ |
configure | 78 .option_offset = 0,
|