303: (ip->ip_dst.s_addr == INADDR_ALLHOSTS_GROUP ||
304: in_hosteq(ip->ip_dst, inm->inm_addr))) {
305: switch (inm->inm_state) {
337: if (!IN_MULTICAST(igmp->igmp_group.s_addr) ||
338: !in_hosteq(igmp->igmp_group, ip->ip_dst)) {
339: IGMP_STATINC(IGMP_STAT_RCV_BADREPORTS);
393: IFP_TO_IA(ifp, ia); /* XXX */
394: if (ia && in_hosteq(ip->ip_src, ia->ia_addr.sin_addr))
395: break;
403: if (!IN_MULTICAST(igmp->igmp_group.s_addr) ||
404: !in_hosteq(igmp->igmp_group, ip->ip_dst)) {
405: IGMP_STATINC(IGMP_STAT_RCV_BADREPORTS);