Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dupap.c213 auth_withpeer_fail(u->us_unit, PPP_PAP);
299 auth_withpeer_fail(unit, PPP_PAP);
543 auth_withpeer_fail(u->us_unit, PPP_PAP);
Dchap-new.c509 auth_withpeer_fail(0, PPP_CHAP); in chap_handle_status()
560 auth_withpeer_fail(0, PPP_CHAP); in chap_protrej()
Deap.c228 auth_withpeer_fail(esp->es_unit, PPP_EAP);
1029 auth_withpeer_fail(unit, PPP_EAP);
1345 auth_withpeer_fail(esp->es_unit, PPP_EAP);
1712 auth_withpeer_fail(esp->es_unit, PPP_EAP);
2069 auth_withpeer_fail(esp->es_unit, PPP_EAP);
Dpppd.h542 void auth_withpeer_fail __P((int, int));
Dauth.c964 auth_withpeer_fail(unit, protocol) in auth_withpeer_fail() function