Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ppp/dist/pppd/
Dupap.c234 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()
Dchap.c278 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()
Dpppd-private.h351 void auth_peer_fail(int, int);
Deap.c305 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()
Dauth.c1031 auth_peer_fail(int unit, int protocol) in auth_peer_fail() function