Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_igmp.c63 switch (igmp->igmp_type) { in interpret_igmp()
103 "Type = %d (%s)", igmp->igmp_type, pt); in interpret_igmp()
109 if (igmp->igmp_type == IGMP_MEMBERSHIP_QUERY && in interpret_igmp()
112 } else if (igmp->igmp_type == IGMP_V3_MEMBERSHIP_REPORT) { in interpret_igmp()
/illumos-gate/usr/src/uts/common/netinet/
H A Digmp.h49 uchar_t igmp_type; /* version & type of IGMP message */ member
84 uint8_t igmp_type; /* version & type of IGMP message */ member