Searched refs:auth_peer_fail (Results 1 – 5 of 5) sorted by relevance
/external/ppp/pppd/ |
D | upap.c | 233 auth_peer_fail(u->us_unit, PPP_PAP); 303 auth_peer_fail(unit, PPP_PAP); 457 auth_peer_fail(u->us_unit, PPP_PAP);
|
D | chap-new.c | 267 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()
|
D | pppd.h | 560 void auth_peer_fail __P((int, int));
|
D | eap.c | 282 auth_peer_fail(esp->es_unit, PPP_EAP); 1033 auth_peer_fail(unit, PPP_EAP);
|
D | auth.c | 918 auth_peer_fail(unit, protocol) in auth_peer_fail() function
|