Home
last modified time | relevance | path

Searched refs:igmp_type (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/bsd/netinet/
H A Digmp.h90 u_char igmp_type; /* version & type of IGMP message */ member
100 u_char igmp_type; /* version & type of IGMP message */ member
H A Digmp.c1733 if (igmp->igmp_type != IGMP_DVMRP && ip->ip_ttl != 1) { in igmp_input()
1739 switch (igmp->igmp_type) { in igmp_input()
2672 igmp->igmp_type = (u_char)type; in igmp_v1v2_queue_report()