Searched refs:IPV6_V6ONLY (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6.h553 #define IPV6_V6ONLY 27 /* bool; only bind INET6 at wildcard bind */ macro
556 #define IPV6_BINDV6ONLY IPV6_V6ONLY
H A Dip6_output.c1913 case IPV6_V6ONLY:
2034 case IPV6_V6ONLY:
2036 * make setsockopt(IPV6_V6ONLY)
2308 case IPV6_V6ONLY:
2346 case IPV6_V6ONLY:
H A Dicmp6.c3036 case IPV6_V6ONLY:
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c2001 sock_setsockopt(so6, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(on));

Completed in 84 milliseconds