Home
last modified time | relevance | path

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

/xnu-10002.41.9/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.c1732 if (igmp->igmp_type != IGMP_DVMRP && ip->ip_ttl != 1) { in igmp_input()
1738 switch (igmp->igmp_type) { in igmp_input()
2692 igmp->igmp_type = (u_char)type; in igmp_v1v2_queue_report()