Home
last modified time | relevance | path

Searched refs:LWIP_NSC_NETIF_REMOVED (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/test/unit/core/
Dtest_netif.c204 expected_reasons = LWIP_NSC_NETIF_REMOVED; in NETIF_DECLARE_EXT_CALLBACK()
/third_party/lwip/src/include/lwip/
Dnetif.h575 #define LWIP_NSC_NETIF_REMOVED 0x0002 macro
/third_party/lwip/src/core/
Dnetif.c752 netif_invoke_ext_callback(netif, LWIP_NSC_NETIF_REMOVED, NULL); in netif_remove()