Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/include/lwip/
H A Dnetif.h321 #if LWIP_NETIF_LINK_CALLBACK
487 #if LWIP_NETIF_LINK_CALLBACK
H A Dopt.h1663 #if !defined LWIP_NETIF_LINK_CALLBACK || defined __DOXYGEN__
1664 #define LWIP_NETIF_LINK_CALLBACK 0 macro
/btstack/3rd-party/lwip/core/src/core/
H A Dnetif.c102 #if LWIP_NETIF_LINK_CALLBACK
353 #if LWIP_NETIF_LINK_CALLBACK in netif_add()
1076 #if LWIP_NETIF_LINK_CALLBACK
/btstack/3rd-party/lwip/core/
H A DCHANGELOG1983 * netif.c/.h: Link status does not depend on LWIP_NETIF_LINK_CALLBACK
1988 LWIP_NETIF_LINK_CALLBACK set on) by only sending if both link- and
2830 for ifOperStatus if LWIP_NETIF_LINK_CALLBACK is defined.
2905 LWIP_NETIF_LINK_CALLBACK=1) to resend reports once the link is up (avoid to wait
2982 Add a netif_is_link_up() function if LWIP_NETIF_LINK_CALLBACK option is set.
2986 to be coherent with new LWIP_NETIF_LINK_CALLBACK option before next release.