Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Dnd6.h355 struct in6_prlist_64 { struct
H A Din6_var.h626 #define SIOCGPRLST_IN6_64 _IOWR('i', 75, struct in6_prlist_64)
H A Dnd6.c3179 struct in6_prlist_64 *prl_64; in nd6_siocgprlst()
3181 prl_64 = kalloc_type(struct in6_prlist_64, in nd6_siocgprlst()
3233 kfree_type(struct in6_prlist_64, prl_64); in nd6_siocgprlst()