Searched refs:auth_withpeer_success (Results 1 – 5 of 5) sorted by relevance
/third_party/lwip/src/include/netif/ppp/ |
D | ppp_impl.h | 571 void auth_withpeer_success(ppp_pcb *pcb, int protocol, int prot_flavor);
|
/third_party/lwip/src/netif/ppp/ |
D | upap.c | 486 auth_withpeer_success(pcb, PPP_PAP, 0); in upap_rauthack()
|
D | chap-new.c | 527 auth_withpeer_success(pcb, PPP_CHAP, pcb->chap_client.digest->code);
|
D | auth.c | 1136 void auth_withpeer_success(ppp_pcb *pcb, int protocol, int prot_flavor) { in auth_withpeer_success() function
|
D | eap.c | 2037 auth_withpeer_success(pcb, PPP_EAP, 0); in eap_success()
|