Home
last modified time | relevance | path

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

/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h571 void auth_withpeer_success(ppp_pcb *pcb, int protocol, int prot_flavor);
/third_party/lwip/src/netif/ppp/
Dupap.c486 auth_withpeer_success(pcb, PPP_PAP, 0); in upap_rauthack()
Dchap-new.c527 auth_withpeer_success(pcb, PPP_CHAP, pcb->chap_client.digest->code);
Dauth.c1136 void auth_withpeer_success(ppp_pcb *pcb, int protocol, int prot_flavor) { in auth_withpeer_success() function
Deap.c2037 auth_withpeer_success(pcb, PPP_EAP, 0); in eap_success()