OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:optinfo
(Results
1 - 2
of
2
) sorted by null
/external/iptables/extensions/
libip6t_hbh.c
104
struct ip6t_opts *
optinfo
= cb->data;
local
110
optinfo
->invflags |= IP6T_OPTS_INV_LEN;
113
optinfo
->optsnr = parse_options(cb->arg,
optinfo
->opts);
114
optinfo
->flags |= IP6T_OPTS_OPTS;
136
const struct ip6t_opts *
optinfo
= (struct ip6t_opts *)match->data;
local
139
if (
optinfo
->flags & IP6T_OPTS_LEN) {
141
printf(":%s",
optinfo
->invflags & IP6T_OPTS_INV_LEN ? "!" : "");
142
printf("%u",
optinfo
->hdrlen);
144
if (
optinfo
->flags & IP6T_OPTS_OPTS) printf(" opts")
153
const struct ip6t_opts *
optinfo
= (struct ip6t_opts *)match->data;
local
[
all
...]
libip6t_dst.c
110
struct ip6t_opts *
optinfo
= cb->data;
local
115
optinfo
->optsnr = parse_options(cb->arg,
optinfo
->opts);
116
optinfo
->flags |= IP6T_OPTS_OPTS;
140
const struct ip6t_opts *
optinfo
= (struct ip6t_opts *)match->data;
local
143
if (
optinfo
->flags & IP6T_OPTS_LEN)
145
optinfo
->invflags & IP6T_OPTS_INV_LEN ? "!" : "",
146
optinfo
->hdrlen);
148
if (
optinfo
->flags & IP6T_OPTS_OPTS)
151
print_options(
optinfo
->optsnr, (uint16_t *)optinfo->opts)
160
const struct ip6t_opts *
optinfo
= (struct ip6t_opts *)match->data;
local
[
all
...]
Completed in 47 milliseconds