Home
last modified time | relevance | path

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

/xnu-11215.1.10/tests/
H A Dioc_str.h79 X(SIOCPROTOATTACH_IN6) \
H A Dsioc-if-addr-bounds.c1155 error = ioctl(s6, SIOCPROTOATTACH_IN6, &ifr); in test_proto_attach()
1161 error = ioctl(s6, SIOCPROTOATTACH_IN6, &ifr); in test_proto_attach()
H A Dnet_test_lib.c107 result = ioctl(s, SIOCPROTOATTACH_IN6, &ifra); in siocprotoattach_in6()
/xnu-11215.1.10/bsd/netinet6/
H A Din6_var.h711 #define SIOCPROTOATTACH_IN6 _IOWR('i', 110, struct in6_aliasreq) macro