Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet6/
H A Dnd6.h274 struct in6_drlist_64 { struct
H A Din6_var.h620 #define SIOCGDRLST_IN6_64 _IOWR('i', 74, struct in6_drlist_64)
H A Dnd6.c3100 struct in6_drlist_64 *drl_64; in nd6_siocgdrlst()
3102 drl_64 = kalloc_type(struct in6_drlist_64, in nd6_siocgdrlst()
3128 kfree_type(struct in6_drlist_64, drl_64); in nd6_siocgdrlst()