Searched refs:in6_ondireq (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/netinet6/
H A Din6_var.h601 #define OSIOCGIFINFO_IN6 _IOWR('i', 108, struct in6_ondireq)
602 #define SIOCGIFINFO_IN6 _IOWR('i', 76, struct in6_ondireq)
H A Dnd6.h405 struct in6_ondireq { struct
H A Dnd6.c2615 case OSIOCGIFINFO_IN6: /* struct in6_ondireq */
2616 case SIOCGIFINFO_IN6: { /* struct in6_ondireq */
2618 struct in6_ondireq *ondi = (struct in6_ondireq *)(void *)data;
2621 * SIOCGIFINFO_IN6 ioctl is encoded with in6_ondireq

Completed in 31 milliseconds