Searched refs:netif_status_callback_fn (Results 1 – 2 of 2) sorted by relevance
217 typedef void (*netif_status_callback_fn)(struct netif *netif); typedef319 netif_status_callback_fn status_callback;324 netif_status_callback_fn link_callback;328 netif_status_callback_fn remove_callback;482 void netif_set_status_callback(struct netif *netif, netif_status_callback_fn status_callback);485 void netif_set_remove_callback(struct netif *netif, netif_status_callback_fn remove_callback);494 void netif_set_link_callback(struct netif *netif, netif_status_callback_fn link_callback);
987 netif_set_status_callback(struct netif *netif, netif_status_callback_fn status_callback) in netif_set_status_callback()1003 netif_set_remove_callback(struct netif *netif, netif_status_callback_fn remove_callback) in netif_set_remove_callback()1094 netif_set_link_callback(struct netif *netif, netif_status_callback_fn link_callback) in netif_set_link_callback()
Completed in 9 milliseconds