Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Din6_var.h649 #define OSIOCGIFINFO_IN6 _IOWR('i', 108, struct in6_ondireq)
650 #define SIOCGIFINFO_IN6 _IOWR('i', 76, struct in6_ondireq)
H A Dnd6.h335 struct in6_ondireq { struct
H A Dnd6.c3108 struct in6_ondireq *__single ondi = (struct in6_ondireq *)(void *)data; in nd6_ioctl()
/xnu-11215.1.10/bsd/net/
H A Dif.c3643 bcopy(((struct in6_ondireq *)(void *)data)->ifname, in ifioctl()