Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/netinet/
H A Digmp.h110 #define IGMP_V3_QUERY_MINLEN 12 macro
H A Digmp.c1697 if (igmplen >= IGMP_V3_QUERY_MINLEN) { in igmp_input()
1698 minlen = IGMP_V3_QUERY_MINLEN; in igmp_input()
1745 } else if (igmplen >= IGMP_V3_QUERY_MINLEN) { in igmp_input()
1803 if (igmplen < (IGMP_V3_QUERY_MINLEN + srclen)) { in igmp_input()
1809 igmpv3len = IGMP_V3_QUERY_MINLEN + srclen; in igmp_input()