Searched refs:auth_withpeer_fail (Results 1 – 5 of 5) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | upap.c | 211 auth_withpeer_fail(pcb, PPP_PAP); in upap_timeout() 290 auth_withpeer_fail(pcb, PPP_PAP); in upap_protrej() 522 auth_withpeer_fail(pcb, PPP_PAP); in upap_rauthnak()
|
D | chap-new.c | 531 auth_withpeer_fail(pcb, PPP_CHAP); 581 auth_withpeer_fail(pcb, PPP_CHAP);
|
D | eap.c | 215 auth_withpeer_fail(pcb, PPP_EAP); in eap_client_timeout() 1001 auth_withpeer_fail(pcb, PPP_EAP); in eap_protrej() 1341 auth_withpeer_fail(pcb, PPP_EAP); in eap_request() 1717 auth_withpeer_fail(pcb, PPP_EAP); in eap_request() 2064 auth_withpeer_fail(pcb, PPP_EAP); in eap_failure()
|
D | auth.c | 1117 void auth_withpeer_fail(ppp_pcb *pcb, int protocol) { in auth_withpeer_fail() function
|
/third_party/lwip/src/include/netif/ppp/ |
D | ppp_impl.h | 569 void auth_withpeer_fail(ppp_pcb *pcb, int protocol);
|