Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dnetif.h217 typedef void (*netif_status_callback_fn)(struct netif *netif); typedef
313 netif_status_callback_fn status_callback;
318 netif_status_callback_fn link_callback;
322 netif_status_callback_fn remove_callback;
501 void netif_set_status_callback(struct netif *netif, netif_status_callback_fn status_callback);
504 void netif_set_remove_callback(struct netif *netif, netif_status_callback_fn remove_callback);
513 void netif_set_link_callback(struct netif *netif, netif_status_callback_fn link_callback);
/third_party/lwip/src/core/
Dnetif.c1078 netif_set_status_callback(struct netif *netif, netif_status_callback_fn status_callback)
1094 netif_set_remove_callback(struct netif *netif, netif_status_callback_fn remove_callback)
1176 netif_set_link_callback(struct netif *netif, netif_status_callback_fn link_callback)
/third_party/lwip/
D0074-gazelle-offloads-are-registered-to-lwip.patch237 void netif_set_status_callback(struct netif *netif, netif_status_callback_fn status_callback);
D0057-same-node-gazellectl-a.patch100 @@ -1065,7 +1065,7 @@ netif_set_link_callback(struct netif *netif, netif_status_callback_fn link_ca…