Search | Google it | Results 1 - 1 of 1 for funcall:IN_MULTICAST from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/ip_input.c (0.00 seconds) |
690: */ 691: if (IN_MULTICAST(ip->ip_src.s_addr)) { 692: IP_STATINC(IP_STAT_BADADDR); 898: } 899: if (IN_MULTICAST(ip->ip_dst.s_addr)) { 900: struct in_multi *inm; 1709: */ 1710: forward = !IN_MULTICAST(ip->ip_dst.s_addr); 1711: break;