Searched refs:LWIP_ETHERNET (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/include/ipv6/lwip/
H A Dethip6.h47 #if LWIP_IPV6 && LWIP_ETHERNET /* don't build if not configured for use in lwipopts.h */
66 #endif /* LWIP_IPV6 && LWIP_ETHERNET */
/vbox/src/VBox/Devices/Network/
H A Dlwipopts.h121 #define LWIP_ETHERNET 1 macro
/vbox/src/VBox/NetworkServices/NAT/
H A Dlwipopts.h141 #define LWIP_ETHERNET 1 macro
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ipv6/
H A Dethip6.c44 #if LWIP_IPV6 && LWIP_ETHERNET
193 #endif /* LWIP_IPV6 && LWIP_ETHERNET */
/vbox/src/VBox/Devices/Network/lwip-new/src/core/
H A Dinit.c175 #if !LWIP_ETHERNET && (LWIP_ARP || PPPOE_SUPPORT)
176 #error "LWIP_ETHERNET needs to be turned on for LWIP_ARP or PPPOE_SUPPORT"
/vbox/src/VBox/Devices/Network/lwip-new/src/include/netif/
H A Detharp.h40 #if LWIP_ARP || LWIP_ETHERNET /* don't build if not configured for use in lwipopts.h */
222 #endif /* LWIP_ARP || LWIP_ETHERNET */
/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dtcpip.c102 #if LWIP_ETHERNET
106 #endif /* LWIP_ETHERNET */
187 #if LWIP_ETHERNET
191 #endif /* LWIP_ETHERNET */
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dopt.h480 /** LWIP_ETHERNET==1: enable ethernet support for PPPoE even though ARP
483 #ifndef LWIP_ETHERNET
484 #define LWIP_ETHERNET (LWIP_ARP || PPPOE_SUPPORT) macro
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/
H A Detharp.c48 #if LWIP_ARP || LWIP_ETHERNET
1437 #endif /* LWIP_ARP || LWIP_ETHERNET */

Completed in 65 milliseconds