Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dnetif.h686 typedef void (*netif_ext_callback_fn)(struct netif* netif, netif_nsc_reason_t reason, const netif_e… typedef
692 netif_ext_callback_fn callback_fn;
697 void netif_add_ext_callback(netif_ext_callback_t* callback, netif_ext_callback_fn fn);
/third_party/lwip/src/core/
Dnetif.c1901 netif_add_ext_callback(netif_ext_callback_t *callback, netif_ext_callback_fn fn)