Home
last modified time | relevance | path

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

/openbsd/usr.sbin/pppd/
H A Dupap.c210 auth_peer_fail(u->us_unit, PPP_PAP);
280 auth_peer_fail(unit, PPP_PAP);
414 auth_peer_fail(u->us_unit, PPP_PAP);
H A Dchap.c207 auth_peer_fail(cstate->unit, PPP_CHAP);
314 auth_peer_fail(unit, PPP_CHAP);
597 auth_peer_fail(cstate->unit, PPP_CHAP);
H A Dpppd.h223 void auth_peer_fail(int, int);
H A Dauth.c344 auth_peer_fail(unit, protocol) in auth_peer_fail() function