Home
last modified time | relevance | path

Searched refs:status_callback (Results 1 – 2 of 2) 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)
399 netif->status_callback = NULL;
1078 netif_set_status_callback(struct netif *netif, netif_status_callback_fn status_callback) argument
1083 netif->status_callback = status_callback;
/third_party/lwip/src/include/lwip/
Dnetif.h313 netif_status_callback_fn status_callback; member
501 void netif_set_status_callback(struct netif *netif, netif_status_callback_fn status_callback);