Home
last modified time | relevance | path

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

/xnu-11215.1.10/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.c3404 struct in6_ndifreq_64 *__single ndif_64 = in nd6_ioctl()
3405 (struct in6_ndifreq_64 *)(void *)data; in nd6_ioctl()
3421 struct in6_ndifreq_64 *__single ndif_64 = in nd6_ioctl()
3422 (struct in6_ndifreq_64 *)(void *)data; in nd6_ioctl()
H A Dnd6.h382 struct in6_ndifreq_64 { struct
/xnu-11215.1.10/bsd/net/
H A Dif.c3623 bcopy(((struct in6_ndifreq_64 *)(void *)data)->ifname, in ifioctl()