OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipv6_prefix_length
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/include/libiptc/
libip6tc.h
152
int
ipv6_prefix_length
(const struct in6_addr *a);
/external/iptables/include/libiptc/
libip6tc.h
158
int
ipv6_prefix_length
(const struct in6_addr *a);
/external/iptables/libiptc/
libip6tc.c
119
ipv6_prefix_length
(const struct in6_addr *a)
function
147
len =
ipv6_prefix_length
(&e->ipv6.smsk);
160
len =
ipv6_prefix_length
(&e->ipv6.dmsk);
/external/iptables/iptables/
ip6tables.c
1064
int l =
ipv6_prefix_length
(mask);
[
all
...]
Completed in 355 milliseconds