Searched refs:link_callback (Results 1 – 2 of 2) sorted by relevance
100 #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) argument1181 netif->link_callback = link_callback;
318 netif_status_callback_fn link_callback; member513 void netif_set_link_callback(struct netif *netif, netif_status_callback_fn link_callback);