Searched refs:netif_status_callback_fn (Results 1 – 2 of 2) sorted by relevance
217 typedef void (*netif_status_callback_fn)(struct netif *netif); typedef313 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);
1078 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)