Home
last modified time | relevance | path

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

/third_party/lwip/src/core/
Dnetif.c100 #define NETIF_LINK_CALLBACK(n) do{ if (n->link_callback) { (n->link_callback)(n); }}while(0)
402 netif->link_callback = NULL;
1176 netif_set_link_callback(struct netif *netif, netif_status_callback_fn link_callback) argument
1181 netif->link_callback = link_callback;
/third_party/lwip/src/include/lwip/
Dnetif.h318 netif_status_callback_fn link_callback; member
513 void netif_set_link_callback(struct netif *netif, netif_status_callback_fn link_callback);