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

/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h303 * (requires the LWIP_IGMP option)
316 #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))
817 * LWIP_IGMP==1: Turn on IGMP module.
819 #ifndef LWIP_IGMP
820 #define LWIP_IGMP 0 macro
1589 #define IGMP_STATS (LWIP_IGMP)

Completed in 107 milliseconds