Home
last modified time | relevance | path

Searched refs:IGMP_V3_QUERY_MINLEN (Results 1 – 3 of 3) sorted by path

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_igmp.c70 } else if (ilen >= IGMP_V3_QUERY_MINLEN) { in interpret_igmp()
110 ilen >= IGMP_V3_QUERY_MINLEN) { in interpret_igmp()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Digmp.c376 } else if (igmplen >= IGMP_V3_QUERY_MINLEN) { in igmp_input()
635 if (igmplen < IGMP_V3_QUERY_MINLEN + (numsrc * sizeof (ipaddr_t))) { in igmpv3_query_in()
/illumos-gate/usr/src/uts/common/netinet/
H A Digmp.h130 #define IGMP_V3_QUERY_MINLEN 12 macro