Home
last modified time | relevance | path

Searched refs:LWIP_NETIF_LINK_CALLBACK (Results 1 – 6 of 6) sorted by relevance

/external/syslinux/core/lwip/src/include/lwip/
Dnetif.h161 #if LWIP_NETIF_LINK_CALLBACK
289 #if LWIP_NETIF_LINK_CALLBACK
Dopt.h1101 #ifndef LWIP_NETIF_LINK_CALLBACK
1102 #define LWIP_NETIF_LINK_CALLBACK 0 macro
/external/syslinux/core/lwip/src/core/
Dnetif.c69 #if LWIP_NETIF_LINK_CALLBACK
160 #if LWIP_NETIF_LINK_CALLBACK in netif_add()
560 #if LWIP_NETIF_LINK_CALLBACK
/external/syslinux/core/lwip/src/netif/ppp/
Dppp.h477 #if LWIP_NETIF_LINK_CALLBACK
Dppp.c2005 #if LWIP_NETIF_LINK_CALLBACK
/external/syslinux/core/lwip/
DCHANGELOG495 * netif.c/.h: Link status does not depend on LWIP_NETIF_LINK_CALLBACK
500 LWIP_NETIF_LINK_CALLBACK set on) by only sending if both link- and
1342 for ifOperStatus if LWIP_NETIF_LINK_CALLBACK is defined.
1417 LWIP_NETIF_LINK_CALLBACK=1) to resend reports once the link is up (avoid to wait
1494 Add a netif_is_link_up() function if LWIP_NETIF_LINK_CALLBACK option is set.
1498 to be coherent with new LWIP_NETIF_LINK_CALLBACK option before next release.