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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_usrreq.c718 if (ip6_mapped_addr_on)
802 if (ip6_mapped_addr_on || (inp->inp_flags & IN6P_IPV6_V6ONLY) == 0) { /* should be non mapped addr */
879 if (ip6_mapped_addr_on || (inp->inp_flags & IN6P_IPV6_V6ONLY) == 0) {
H A Dip6_var.h405 #define ip6_mapped_addr_on (!ip6_v6only) macro
/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcb.c331 if (INP_SOCKAF(so) == AF_INET6 && !ip6_mapped_addr_on)

Completed in 18 milliseconds