gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:in_hosteq from t2ex/bsd_source/t2ex/network/net/src_bsd/netinet/igmp.c (0.00 seconds)
t2ex
bsd_source/t2ex/network/net/src_bsd/netinet/igmp.c - 22.5KB - 665 lines
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);