Search | Google it | Results 1 - 1 of 1 for funcall:IN6_IS_ADDR_MULTICAST from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/tcp_input.c (0.00 seconds) |
1112: */ 1113: if (IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst)) { 1114: /* XXX stat */ 1494: case AF_INET6: 1495: if (IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst)) 1496: goto drop; 2791: /* For following calls to tcp_respond */ 2792: if (IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst)) 2793: goto drop;