Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Digmp.h110 #define IGMP_V3_QUERY_MINLEN 12 macro
H A Digmp.c1678 if (igmplen >= IGMP_V3_QUERY_MINLEN) { in igmp_input()
1679 minlen = IGMP_V3_QUERY_MINLEN; in igmp_input()
1726 } else if (igmplen >= IGMP_V3_QUERY_MINLEN) { in igmp_input()
1784 if (igmplen < (IGMP_V3_QUERY_MINLEN + srclen)) { in igmp_input()
1790 igmpv3len = IGMP_V3_QUERY_MINLEN + srclen; in igmp_input()