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

  /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/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 67 .option_offset = 0,

Completed in 104 milliseconds