Home
last modified time | relevance | path

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

/titanic_53/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dupap.c252 auth_peer_fail(u->us_unit, PPP_PAP);
323 auth_peer_fail(unit, PPP_PAP);
463 auth_peer_fail(u->us_unit, PPP_PAP);
H A Dchap.c249 auth_peer_fail(cstate->unit, PPP_CHAP);
356 auth_peer_fail(unit, PPP_CHAP);
711 auth_peer_fail(cstate->unit, PPP_CHAP);
H A Dpppd.h474 extern void auth_peer_fail __P((int, int));
H A Dauth.c693 auth_peer_fail(unit, protocol) in auth_peer_fail() function