Home
last modified time | relevance | path

Searched refs:IGMP_V3_MEMBERSHIP_REPORT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_igmp.c82 case IGMP_V3_MEMBERSHIP_REPORT: 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.h140 #define IGMP_V3_MEMBERSHIP_REPORT 0x22 /* Vers.3 membership report */ macro
/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c466 case IGMP_V3_MEMBERSHIP_REPORT: in igmp_input()
2006 igmp3ra->igmp3ra_type = IGMP_V3_MEMBERSHIP_REPORT; in igmpv3_sendrpt()