Searched refs:auth_withpeer_fail (Results 1 – 9 of 9) sorted by relevance
/external/syslinux/core/lwip/src/netif/ppp/ |
D | auth.h | 88 void auth_withpeer_fail (int, u16_t);
|
D | pap.c | 229 auth_withpeer_fail(u->us_unit, PPP_PAP); in upap_timeout() 320 auth_withpeer_fail(unit, PPP_PAP); in upap_protrej() 542 auth_withpeer_fail(u->us_unit, PPP_PAP); in upap_rauthnak()
|
D | chap.c | 353 …auth_withpeer_fail(unit, PPP_CHAP); /* lwip: just sets the PPP error code on this unit to PPPERR_A… in ChapProtocolReject() 702 …auth_withpeer_fail(cstate->unit, PPP_CHAP); /* lwip: just sets the PPP error code on this unit to … in ChapReceiveFailure()
|
D | auth.c | 627 auth_withpeer_fail(int unit, u16_t protocol) in auth_withpeer_fail() function
|
/external/ppp/pppd/ |
D | upap.c | 213 auth_withpeer_fail(u->us_unit, PPP_PAP); 299 auth_withpeer_fail(unit, PPP_PAP); 542 auth_withpeer_fail(u->us_unit, PPP_PAP);
|
D | chap-new.c | 525 auth_withpeer_fail(0, PPP_CHAP); in chap_handle_status() 577 auth_withpeer_fail(0, PPP_CHAP); in chap_protrej()
|
D | eap.c | 228 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);
|
D | pppd.h | 564 void auth_withpeer_fail __P((int, int));
|
D | auth.c | 991 auth_withpeer_fail(unit, protocol) in auth_withpeer_fail() function
|