Search | Google it | Results 1 - 1 of 1 for funcall:IN_MULTICAST from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/igmp.c (0.00 seconds) |
280: } else { 281: if (!IN_MULTICAST(ip->ip_dst.s_addr)) { 282: IGMP_STATINC(IGMP_STAT_RCV_BADQUERIES); 336: 337: if (!IN_MULTICAST(igmp->igmp_group.s_addr) || 338: !in_hosteq(igmp->igmp_group, ip->ip_dst)) { 402: 403: if (!IN_MULTICAST(igmp->igmp_group.s_addr) || 404: !in_hosteq(igmp->igmp_group, ip->ip_dst)) {