/external/iptables/iptables/ |
xshared.c | 121 cs->c >= cs->target->option_offset && 122 cs->c < cs->target->option_offset + XT_OPTION_OFFSET_SCALE) { 134 if (cs->c < matchp->match->option_offset || 135 cs->c >= matchp->match->option_offset + XT_OPTION_OFFSET_SCALE) 160 &m->option_offset); 165 &m->option_offset);
|
ip6tables.c | 120 .option_offset = 0, [all...] |
iptables.c | 119 .option_offset = 0, [all...] |
iptables-xml.c | 27 .option_offset = 0,
|
/external/iproute2/tc/ |
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);
|
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; 254 &m->option_offset); 265 m->parse(c - m->option_offset, argv, 0, 397 &m->option_offset);
|
m_ipt.c | 57 #define OPTION_OFFSET 256 175 unsigned int *option_offset) 183 *option_offset = global_option_offset + OPTION_OFFSET; 189 merge[num_old + i].val += *option_offset; 437 &m->option_offset); 448 m->parse(c - m->option_offset, argv, 0, 582 &m->option_offset);
|
/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 | 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 428 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 | 67 .option_offset = 0,
|