Searched defs:LWIP_IPV6_MLD (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h316 #define MEMP_NUM_SYS_TIMEOUT (LWIP_TCP + IP_REASSEMBLY + LWIP_ARP + (2*LWIP_DHCP) + LWIP_AUTOIP + LWIP_IGMP + LWIP_DNS + PPP_SUPPORT + (LWIP_IPV6 ? (1 + LWIP_IPV6_REASS + LWIP_IPV6_MLD) : 0))
1654 #define MLD6_STATS (LWIP_IPV6 && LWIP_IPV6_MLD)
1982 * LWIP_IPV6_MLD==1: Enable multicast listener discovery protocol.
1984 #ifndef LWIP_IPV6_MLD
1985 #define LWIP_IPV6_MLD (LWIP_IPV6) macro

Completed in 163 milliseconds