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

/darwin-on-arm/xnu/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.c803 * igmp_group is always ignored. Do not drop it as a userland
806 if (!in_allhosts(ip->ip_dst) || !in_nullhost(igmp->igmp_group)) {
891 if (in_nullhost(igmp->igmp_group)) {
954 IN_LOOKUP_MULTI(&igmp->igmp_group, ifp, inm);
959 inet_ntoa(igmp->igmp_group), ifp, ifp->if_name,
1083 if (in_nullhost(igmpv3->igmp_group)) {
1164 IN_LOOKUP_MULTI(&igmpv3->igmp_group, ifp, inm);
1185 inet_ntoa(igmpv3->igmp_group), ifp, ifp->if_name,
1326 if (!IN_MULTICAST(ntohl(igmp->igmp_group.s_addr) ||
1327 !in_hosteq(igmp->igmp_group, i
[all...]

Completed in 21 milliseconds