Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dupap.c128 static void upap_sauthreq(ppp_pcb *pcb);
174 upap_sauthreq(pcb); /* Start protocol */ in upap_authwithpeer()
215 upap_sauthreq(pcb); /* Send Authenticate-Request */ in upap_timeout()
245 upap_sauthreq(pcb); /* send an auth-request */ in upap_lowerup()
529 static void upap_sauthreq(ppp_pcb *pcb) { in upap_sauthreq() function