Searched refs:ip6_mapped_addr_on (Results 1 – 3 of 3) sorted by relevance
843 if (ip6_mapped_addr_on) { in udp6_attach()1034 if (ip6_mapped_addr_on || in udp6_connect()1196 if (ip6_mapped_addr_on || (inp->inp_flags & IN6P_IPV6_V6ONLY) == 0) { in udp6_send()
474 #define ip6_mapped_addr_on (!ip6_v6only) macro
728 if (SOCK_DOM(so) == PF_INET6 && !ip6_mapped_addr_on) { in in_pcballoc()