gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:IN_LOCAL_GROUP 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
271:                                     inm->inm_timer == 0 &&
272:                                     !IN_LOCAL_GROUP(inm->inm_addr.s_addr)) {
273:                                         inm->inm_state = IGMP_DELAYING_MEMBER;
301: if (inm->inm_ifp == ifp && 302: !IN_LOCAL_GROUP(inm->inm_addr.s_addr) && 303: (ip->ip_dst.s_addr == INADDR_ALLHOSTS_GROUP ||
467: 468: if (!IN_LOCAL_GROUP(inm->inm_addr.s_addr) && 469: (inm->inm_ifp->if_flags & IFF_LOOPBACK) == 0) {
492: case IGMP_IDLE_MEMBER: 493: if (!IN_LOCAL_GROUP(inm->inm_addr.s_addr) && 494: (inm->inm_ifp->if_flags & IFF_LOOPBACK) == 0)