Searched refs:auth_withpeer_fail (Results 1 – 4 of 4) sorted by relevance
88 void auth_withpeer_fail (int, u16_t);
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()
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()
627 auth_withpeer_fail(int unit, u16_t protocol) in auth_withpeer_fail() function