Home
last modified time | relevance | path

Searched refs:IGMP_MINLEN (Results 1 – 7 of 7) sorted by relevance

/third_party/lwip/src/include/lwip/prot/
Digmp.h51 #define IGMP_MINLEN 8 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Digmp.h14 #define IGMP_MINLEN 8 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Digmp.h14 #define IGMP_MINLEN 8 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Digmp.h14 #define IGMP_MINLEN 8 macro
/third_party/musl/ndk_musl_include/netinet/
Digmp.h14 #define IGMP_MINLEN 8 macro
/third_party/musl/include/netinet/
Digmp.h14 #define IGMP_MINLEN 8 macro
/third_party/lwip/src/core/ipv4/
Digmp.c332 if (p->len < IGMP_MINLEN) { in igmp_input()
766 p = pbuf_alloc(PBUF_TRANSPORT, IGMP_MINLEN, PBUF_RAM); in igmp_send()
789 igmp->igmp_checksum = inet_chksum(igmp, IGMP_MINLEN); in igmp_send()