Searched refs:auth_peer_fail (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/bsd/ppp/dist/pppd/ |
| D | upap.c | 234 auth_peer_fail(u->us_unit, PPP_PAP); in upap_reqtimeout() 301 auth_peer_fail(unit, PPP_PAP); in upap_protrej() 448 auth_peer_fail(u->us_unit, PPP_PAP); in upap_rauthreq()
|
| D | chap.c | 278 auth_peer_fail(0, PPP_CHAP); in chap_server_timeout() 420 auth_peer_fail(0, PPP_CHAP); in chap_handle_response() 605 auth_peer_fail(0, PPP_CHAP); in chap_protrej()
|
| D | pppd-private.h | 351 void auth_peer_fail(int, int);
|
| D | eap.c | 305 auth_peer_fail(esp->es_unit, PPP_EAP); in eap_send_failure() 807 auth_peer_fail(esp->es_unit, PPP_EAP); in eap_chapms2_send_request() 1305 auth_peer_fail(unit, PPP_EAP); in eap_protrej()
|
| D | auth.c | 1031 auth_peer_fail(int unit, int protocol) in auth_peer_fail() function
|