Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/netinet6/
H A Din6_var.h1187 extern void in6_prefixlen2mask(struct in6_addr *maskp, int len);
H A Dnd6_rtr.c683 in6_prefixlen2mask(&pi_mask, pi->nd_opt_pi_prefix_len); in nd6_ra_input()
2291 in6_prefixlen2mask(&new->ndpr_mask, new->ndpr_plen); in nd6_prelist_add()
H A Din6.c3398 in6_prefixlen2mask(struct in6_addr *maskp, int len) in in6_prefixlen2mask() function