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.c268 auth_peer_fail(0, PPP_CHAP); in chap_timeout()
378 auth_peer_fail(0, PPP_CHAP); in chap_handle_response()
556 auth_peer_fail(0, PPP_CHAP); in chap_protrej()
Dpppd.h538 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.c891 auth_peer_fail(unit, protocol) in auth_peer_fail() function