Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/pppd/
Dupap.c198 auth_withpeer_fail(u->us_unit, PPP_PAP);
284 auth_withpeer_fail(unit, PPP_PAP);
505 auth_withpeer_fail(u->us_unit, PPP_PAP);
Dchap.c327 auth_withpeer_fail(unit, PPP_CHAP);
683 auth_withpeer_fail(cstate->unit, PPP_CHAP);
Dpppd.h229 void auth_withpeer_fail(int, int);
Dauth.c414 auth_withpeer_fail(unit, protocol) in auth_withpeer_fail() function