Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet6/
H A Dnd6.h263 struct in6_drlist_32 { struct
H A Din6_var.h619 #define SIOCGDRLST_IN6_32 _IOWR('i', 74, struct in6_drlist_32)
H A Dnd6.c3089 struct in6_drlist_32 *drl_32; in nd6_siocgdrlst()
3133 drl_32 = kalloc_type(struct in6_drlist_32, Z_WAITOK | Z_ZERO | Z_NOFAIL); in nd6_siocgdrlst()
3157 kfree_type(struct in6_drlist_32, drl_32); in nd6_siocgdrlst()