OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mhinfo
(Results
1 - 1
of
1
) sorted by null
/external/iptables/extensions/
libip6t_mh.c
73
struct ip6t_mh *
mhinfo
= (struct ip6t_mh *)m->data;
local
75
mhinfo
->types[1] = 0xFF;
129
struct ip6t_mh *
mhinfo
= cb->data;
local
132
parse_mh_types(cb->arg,
mhinfo
->types);
134
mhinfo
->invflags |= IP6T_MH_INV_TYPE;
178
const struct ip6t_mh *
mhinfo
= (struct ip6t_mh *)match->data;
local
181
print_types(
mhinfo
->types[0],
mhinfo
->types[1],
182
mhinfo
->invflags & IP6T_MH_INV_TYPE,
184
if (
mhinfo
->invflags & ~IP6T_MH_INV_MASK
191
const struct ip6t_mh *
mhinfo
= (struct ip6t_mh *)match->data;
local
[
all
...]
Completed in 183 milliseconds