Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dnetif.h161 #if LWIP_NETIF_LINK_CALLBACK
296 #if LWIP_NETIF_LINK_CALLBACK
Dopt.h1139 #ifndef LWIP_NETIF_LINK_CALLBACK
1140 #define LWIP_NETIF_LINK_CALLBACK 0 macro
/lib/liblwip/src/netif/ppp/
Dppp.h194 #if LWIP_NETIF_LINK_CALLBACK
Dppp.c2030 #if LWIP_NETIF_LINK_CALLBACK
/lib/liblwip/src/core/
Dnetif.c69 #if LWIP_NETIF_LINK_CALLBACK
161 #if LWIP_NETIF_LINK_CALLBACK in netif_add()
582 #if LWIP_NETIF_LINK_CALLBACK
/lib/liblwip/
DCHANGELOG794 * netif.c/.h: Link status does not depend on LWIP_NETIF_LINK_CALLBACK
799 LWIP_NETIF_LINK_CALLBACK set on) by only sending if both link- and
1641 for ifOperStatus if LWIP_NETIF_LINK_CALLBACK is defined.
1716 LWIP_NETIF_LINK_CALLBACK=1) to resend reports once the link is up (avoid to wait
1793 Add a netif_is_link_up() function if LWIP_NETIF_LINK_CALLBACK option is set.
1797 to be coherent with new LWIP_NETIF_LINK_CALLBACK option before next release.