Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/api/
Dtcpip.c101 #if LWIP_ETHERNET in tcpip_thread()
162 #if LWIP_ETHERNET in tcpip_input()
/external/syslinux/core/lwip/src/include/lwip/
Dopt.h472 #ifndef LWIP_ETHERNET
473 #define LWIP_ETHERNET (LWIP_ARP || PPPOE_SUPPORT) macro
/external/syslinux/core/lwip/src/include/netif/
Detharp.h40 #if LWIP_ARP || LWIP_ETHERNET /* don't build if not configured for use in lwipopts.h */
/external/syslinux/core/lwip/src/core/
Dinit.c175 #if !LWIP_ETHERNET && (LWIP_ARP || PPPOE_SUPPORT)
/external/syslinux/core/lwip/
DUPGRADING74 * Added an additional option LWIP_ETHERNET to support ethernet without ARP
DCHANGELOG238 LWIP_ETHERNET to support ethernet without ARP (necessary for pure PPPoE)
/external/syslinux/core/lwip/src/netif/
Detharp.c48 #if LWIP_ARP || LWIP_ETHERNET