Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dupap.c225 auth_withpeer_fail(u->us_unit, PPP_PAP);
312 auth_withpeer_fail(unit, PPP_PAP);
583 auth_withpeer_fail(u->us_unit, PPP_PAP);
H A Dchap.c349 auth_withpeer_fail(unit, PPP_CHAP);
774 auth_withpeer_fail(cstate->unit, PPP_CHAP);
H A Dpppd.h485 extern void auth_withpeer_fail __P((int, int));
H A Dauth.c741 auth_withpeer_fail(unit, protocol) in auth_withpeer_fail() function