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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dudp6_usrreq.c606 if (ip6_mapped_addr_on)
688 if (ip6_mapped_addr_on || (inp->inp_flags & IN6P_IPV6_V6ONLY) == 0) { /* should be non mapped addr */
758 if (ip6_mapped_addr_on || (inp->inp_flags & IN6P_IPV6_V6ONLY) == 0) {
H A Dip6_var.h266 #define ip6_mapped_addr_on (!ip6_v6only) macro
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_pcb.c259 if (INP_SOCKAF(so) == AF_INET6 && !ip6_mapped_addr_on)
461 if (ip6_mapped_addr_on == 0 ||

Completed in 76 milliseconds