Searched refs:igmp_group (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Digmp.h90 struct in_addr igmp_group; /* group address being reported */ member in struct:igmp
100 struct in_addr igmp_group; /* group address being reported */ member in struct:igmpv3
H A Digmp.c838 * igmp_group is always ignored. Do not drop it as a userland
841 if (!in_allhosts(ip->ip_dst) || !in_nullhost(igmp->igmp_group)) {
929 if (in_nullhost(igmp->igmp_group)) {
993 IN_LOOKUP_MULTI(&igmp->igmp_group, ifp, inm);
997 IGMP_INET_PRINTF(igmp->igmp_group,
1129 if (in_nullhost(igmpv3->igmp_group)) {
1210 IN_LOOKUP_MULTI(&igmpv3->igmp_group, ifp, inm);
1227 IGMP_INET_PRINTF(igmpv3->igmp_group,
1374 if (!IN_MULTICAST(ntohl(igmp->igmp_group.s_addr) ||
1375 !in_hosteq(igmp->igmp_group, i
[all...]

Completed in 45 milliseconds