Home
last modified time | relevance | path

Searched refs:in6_ndifreq_64 (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/netinet6/
H A Din6_var.h671 #define SIOCSDEFIFACE_IN6_64 _IOWR('i', 85, struct in6_ndifreq_64)
673 #define SIOCGDEFIFACE_IN6_64 _IOWR('i', 86, struct in6_ndifreq_64)
H A Dnd6.h389 struct in6_ndifreq_64 { struct
H A Dnd6.c3411 struct in6_ndifreq_64 *__single ndif_64 = in nd6_ioctl()
3412 (struct in6_ndifreq_64 *)(void *)data; in nd6_ioctl()
3428 struct in6_ndifreq_64 *__single ndif_64 = in nd6_ioctl()
3429 (struct in6_ndifreq_64 *)(void *)data; in nd6_ioctl()
/xnu-12377.1.9/bsd/net/
H A Dif.c3620 bcopy(((struct in6_ndifreq_64 *)(void *)data)->ifname, in ifioctl()