Searched refs:LWIP_NSC_LINK_CHANGED (Results 1 – 4 of 4) sorted by relevance
117 expected_reasons = LWIP_NSC_LINK_CHANGED; in NETIF_DECLARE_EXT_CALLBACK()
575 #define LWIP_NSC_LINK_CHANGED 0x0004 macro
1050 netif_invoke_ext_callback(netif, LWIP_NSC_LINK_CHANGED, &args); in netif_set_link_up()1079 netif_invoke_ext_callback(netif, LWIP_NSC_LINK_CHANGED, &args); in netif_set_link_down()
1934 if (reason & LWIP_NSC_LINK_CHANGED) { in mdns_netif_ext_status_callback()
Completed in 25 milliseconds