Home
last modified time | relevance | path

Searched refs:in6_prefixlen2mask (Results 1 – 3 of 3) sorted by relevance

/xnu-11215.1.10/bsd/netinet6/
H A Din6_var.h1206 extern void in6_prefixlen2mask(struct in6_addr *maskp, int len);
H A Dnd6_rtr.c702 in6_prefixlen2mask(&pi_mask, pi->nd_opt_pi_prefix_len); in nd6_ra_input()
2318 in6_prefixlen2mask(&new->ndpr_mask, new->ndpr_plen); in nd6_prelist_add()
H A Din6.c3385 in6_prefixlen2mask(struct in6_addr *maskp, int len) in in6_prefixlen2mask() function