Home
last modified time | relevance | path

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

/AliOS-Things-master/components/lwip/lwip2.0.0/core/
A Dnetif.c96 #define NETIF_STATUS_CALLBACK(n) do{ if (n->status_callback) { (n->status_callback)(n); }}while(0) macro
98 #define NETIF_STATUS_CALLBACK(n) macro
566 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