Home
last modified time | relevance | path

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

/third_party/lwip/doc/
Dppp.txt166 /* ppp_free(); -- can be called here */
374 ppp_free(ppp);
401 ppp_free() if pppos_input() can still be running, doing this is NOT thread safe
/third_party/lwip/src/include/netif/ppp/
Dppp.h654 err_t ppp_free(ppp_pcb *pcb);
/third_party/lwip/src/netif/ppp/
Dpppapi.c374 return ppp_free(msg->msg.ppp); in pppapi_do_ppp_free()
Dppp.c396 err_t ppp_free(ppp_pcb *pcb) { in ppp_free() function