Home
last modified time | relevance | path

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

/openbsd/usr.sbin/pppd/
H A Dupap.c190 auth_withpeer_fail(u->us_unit, PPP_PAP);
276 auth_withpeer_fail(unit, PPP_PAP);
497 auth_withpeer_fail(u->us_unit, PPP_PAP);
H A Dchap.c317 auth_withpeer_fail(unit, PPP_CHAP);
667 auth_withpeer_fail(cstate->unit, PPP_CHAP);
H A Dpppd.h227 void auth_withpeer_fail(int, int);
H A Dauth.c398 auth_withpeer_fail(unit, protocol) in auth_withpeer_fail() function