gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:IN6_IS_ADDR_V4MAPPED from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/udp_usrreq.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/udp_usrreq.c - 51.8KB - 1,650 lines
642:         /* Be proactive about malicious use of IPv4 mapped address */
643:         if (IN6_IS_ADDR_V4MAPPED(&ip6->ip6_src) ||
644:             IN6_IS_ADDR_V4MAPPED(&ip6->ip6_dst)) {
645:                 /* XXX stat */
985: } else { 986: if (IN6_IS_ADDR_V4MAPPED(dst6) && 987: (in6p->in6p_flags & IN6P_IPV6_V6ONLY))
994: } else { 995: if (IN6_IS_ADDR_V4MAPPED(&src6) && 996: (in6p->in6p_flags & IN6P_IPV6_V6ONLY))