Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet6/
H A Dnd6.h339 struct in6_prlist_32 { struct
H A Din6_var.h625 #define SIOCGPRLST_IN6_32 _IOWR('i', 75, struct in6_prlist_32)
H A Dnd6.c3168 struct in6_prlist_32 *prl_32; in nd6_siocgprlst()
3238 prl_32 = kalloc_type(struct in6_prlist_32, Z_WAITOK | Z_ZERO | Z_NOFAIL); in nd6_siocgprlst()
3289 kfree_type(struct in6_prlist_32, prl_32); in nd6_siocgprlst()