Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dupap.c245 auth_peer_fail(u->us_unit, PPP_PAP);
316 auth_peer_fail(unit, PPP_PAP);
456 auth_peer_fail(u->us_unit, PPP_PAP);
H A Dchap.c239 auth_peer_fail(cstate->unit, PPP_CHAP);
346 auth_peer_fail(unit, PPP_CHAP);
701 auth_peer_fail(cstate->unit, PPP_CHAP);
H A Dpppd.h481 extern void auth_peer_fail __P((int, int));
H A Dauth.c690 auth_peer_fail(unit, protocol) in auth_peer_fail() function