Searched refs:NETIF_STATUS_CALLBACK (Results 1 – 1 of 1) sorted by relevance
96 #define NETIF_STATUS_CALLBACK(n) do{ if (n->status_callback) { (n->status_callback)(n); }}while(0) macro98 #define NETIF_STATUS_CALLBACK(n) macro566 NETIF_STATUS_CALLBACK(netif); in netif_set_ipaddr()661 NETIF_STATUS_CALLBACK(netif); in netif_set_up()728 NETIF_STATUS_CALLBACK(netif); in netif_set_down()1101 NETIF_STATUS_CALLBACK(netif); in netif_ip6_addr_set_parts()1157 NETIF_STATUS_CALLBACK(netif); in netif_ip6_addr_set_state()
Completed in 4 milliseconds