Home
last modified time | relevance | path

Searched refs:errtfunc (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/api/
Dnetifapi.c143 if (msg->msg.common.errtfunc != NULL) { in netifapi_do_netif_common()
144 return msg->msg.common.errtfunc(msg->netif); in netifapi_do_netif_common()
304 netifapi_errt_fn errtfunc) in netifapi_netif_common() argument
312 NETIFAPI_VAR_REF(msg).msg.common.errtfunc = errtfunc; in netifapi_netif_common()
/third_party/lwip/src/include/lwip/
Dnetifapi.h77 netifapi_errt_fn errtfunc);
/third_party/lwip/src/include/lwip/priv/
Dapi_msg.h253 netifapi_errt_fn errtfunc; member