Home
last modified time | relevance | path

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

/xnu-11215.1.10/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.c3406 struct in6_ndifreq_32 *__single ndif_32 = in nd6_ioctl()
3407 (struct in6_ndifreq_32 *)(void *)data; in nd6_ioctl()
3423 struct in6_ndifreq_32 *__single ndif_32 = in nd6_ioctl()
3424 (struct in6_ndifreq_32 *)(void *)data; in nd6_ioctl()
H A Dnd6.h377 struct in6_ndifreq_32 { struct
/xnu-11215.1.10/bsd/net/
H A Dif.c3617 bcopy(((struct in6_ndifreq_32 *)(void *)data)->ifname, in ifioctl()