Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet6/
H A Din6_var.h670 #define SIOCSDEFIFACE_IN6_32 _IOWR('i', 85, struct in6_ndifreq_32)
672 #define SIOCGDEFIFACE_IN6_32 _IOWR('i', 86, struct in6_ndifreq_32)
H A Dnd6.h384 struct in6_ndifreq_32 { struct
H A Dnd6.c3413 struct in6_ndifreq_32 *__single ndif_32 = in nd6_ioctl()
3414 (struct in6_ndifreq_32 *)(void *)data; in nd6_ioctl()
3430 struct in6_ndifreq_32 *__single ndif_32 = in nd6_ioctl()
3431 (struct in6_ndifreq_32 *)(void *)data; in nd6_ioctl()
/xnu-12377.1.9/bsd/net/
H A Dif.c3614 bcopy(((struct in6_ndifreq_32 *)(void *)data)->ifname, in ifioctl()