Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_igmp.c65 switch (igmp->igmp_type) { in interpret_igmp()
105 "Type = %d (%s)", igmp->igmp_type, pt); in interpret_igmp()
111 if (igmp->igmp_type == IGMP_MEMBERSHIP_QUERY && in interpret_igmp()
114 } else if (igmp->igmp_type == IGMP_V3_MEMBERSHIP_REPORT) { in interpret_igmp()
/titanic_41/usr/src/uts/common/netinet/
H A Digmp.h51 uchar_t igmp_type; /* version & type of IGMP message */ member
86 uint8_t igmp_type; /* version & type of IGMP message */ member