Searched refs:auth_peer_fail (Results 1 – 5 of 5) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
D | upap.c | 229 auth_peer_fail(pcb, PPP_PAP); in upap_reqtimeout() 295 auth_peer_fail(pcb, PPP_PAP); in upap_protrej() 447 auth_peer_fail(pcb, PPP_PAP); in upap_rauthreq()
|
D | chap-new.c | 235 auth_peer_fail(pcb, PPP_CHAP); in chap_timeout() 390 auth_peer_fail(pcb, PPP_CHAP); 575 auth_peer_fail(pcb, PPP_CHAP);
|
D | eap.c | 274 auth_peer_fail(pcb, PPP_EAP); in eap_send_failure() 1006 auth_peer_fail(pcb, PPP_EAP); in eap_protrej()
|
D | auth.c | 1031 void auth_peer_fail(ppp_pcb *pcb, int protocol) { in auth_peer_fail() function
|
/third_party/lwip/src/include/netif/ppp/ |
D | ppp_impl.h | 564 void auth_peer_fail(ppp_pcb *pcb, int protocol);
|