HomeSort by relevance Sort by last modified time
    Searched full:option_offset (Results 1 - 13 of 13) sorted by null

  /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_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);
m_xt.c 68 .option_offset = 0,
168 &m->option_offset);
179 m->parse(c - m->option_offset, argv, 0,
319 &m->option_offset);
  /external/iproute2/include/
ip6tables.h 57 unsigned int option_offset; member in struct:ip6tables_match
106 unsigned int option_offset; member in struct:ip6tables_target
iptables.h 80 unsigned int option_offset; member in struct:iptables_match
132 unsigned int option_offset; member in struct:iptables_target
  /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/iproute2/
configure 38 .option_offset = 0,
  /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...]

Completed in 279 milliseconds