Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dnetif.c94 #define NETIF_STATUS_CALLBACK(n) do{ if (n->status_callback) { (n->status_callback)(n); }}while(0) macro
96 #define NETIF_STATUS_CALLBACK(n) macro
486 NETIF_STATUS_CALLBACK(netif); in netif_do_set_ipaddr()
858 NETIF_STATUS_CALLBACK(netif); in netif_set_up()
950 NETIF_STATUS_CALLBACK(netif); in netif_set_down()
1382 NETIF_STATUS_CALLBACK(netif); in netif_ip6_addr_set_parts()
1449 NETIF_STATUS_CALLBACK(netif); in netif_ip6_addr_set_state()