Searched refs:option_offset (Results 1 - 10 of 10) sorted by relevance
/external/iproute2/include/ |
H A D | ip6tables.h | 57 unsigned int option_offset; member in struct:ip6tables_match 106 unsigned int option_offset; member in struct:ip6tables_target
|
H A D | iptables.h | 80 unsigned int option_offset; member in struct:iptables_match 132 unsigned int option_offset; member in struct:iptables_target
|
/external/iproute2/tc/ |
H A D | m_xt_old.c | 89 unsigned int *option_offset) 97 *option_offset = global_option_offset + OPTION_OFFSET; 103 merge[num_old + i].val += *option_offset; 251 &m->option_offset); 262 m->parse(c - m->option_offset, argv, 0, 394 &m->option_offset); 88 merge_options(struct option *oldopts, const struct option *newopts, unsigned int *option_offset) argument
|
H A D | m_xt.c | 64 .option_offset = 0, 162 &m->option_offset); 173 m->parse(c - m->option_offset, argv, 0, 307 &m->option_offset);
|
H A D | m_ipt.c | 175 unsigned int *option_offset) 183 *option_offset = global_option_offset + OPTION_OFFSET; 189 merge[num_old + i].val += *option_offset; 436 &m->option_offset); 447 m->parse(c - m->option_offset, argv, 0, 581 &m->option_offset); 174 merge_options(struct option *oldopts, const struct option *newopts, unsigned int *option_offset) argument
|
/external/iptables/include/ |
H A D | ip6tables.h | 90 unsigned int option_offset; member in struct:ip6tables_match 139 unsigned int option_offset; member in struct:ip6tables_target
|
H A D | iptables.h | 90 unsigned int option_offset; member in struct:iptables_match 142 unsigned int option_offset; member in struct:iptables_target
|
/external/iproute2/ |
H A D | configure | 34 .option_offset = 0,
|
/external/iptables/ |
H A D | ip6tables.c | 1085 unsigned int *option_offset) 1094 *option_offset = global_option_offset; 1101 merge[num_old + i].val += *option_offset; 2091 opts = merge_options(opts, target->extra_opts, &target->option_offset); 2139 opts = merge_options(opts, m->extra_opts, &m->option_offset); 2218 || !(target->parse(c - target->option_offset, 2225 if (matchp->match->parse(c - matchp->match->option_offset, 2285 m->extra_opts, &m->option_offset); 1084 merge_options(struct option *oldopts, const struct option *newopts, unsigned int *option_offset) argument
|
H A D | iptables.c | 1117 unsigned int *option_offset) 1126 *option_offset = global_option_offset; 1133 merge[num_old + i].val += *option_offset; 2180 opts = merge_options(opts, target->extra_opts, &target->option_offset); 2234 opts = merge_options(opts, m->extra_opts, &m->option_offset); 2313 || !(target->parse(c - target->option_offset, 2320 if (matchp->match->parse(c - matchp->match->option_offset, 2380 m->extra_opts, &m->option_offset); 1116 merge_options(struct option *oldopts, const struct option *newopts, unsigned int *option_offset) argument
|
Completed in 97 milliseconds