Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dupap.c233 auth_peer_fail(u->us_unit, PPP_PAP);
303 auth_peer_fail(unit, PPP_PAP);
457 auth_peer_fail(u->us_unit, PPP_PAP);
Dchap-new.c267 auth_peer_fail(0, PPP_CHAP); in chap_timeout()
390 auth_peer_fail(0, PPP_CHAP); in chap_handle_response()
572 auth_peer_fail(0, PPP_CHAP); in chap_protrej()
Dpppd.h560 void auth_peer_fail __P((int, int));
Deap.c282 auth_peer_fail(esp->es_unit, PPP_EAP);
1033 auth_peer_fail(unit, PPP_EAP);
Dauth.c918 auth_peer_fail(unit, protocol) in auth_peer_fail() function