Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dupap.c516 auth_withpeer_success(u->us_unit, PPP_PAP);
H A Dpppd.h487 extern void auth_withpeer_success __P((int, int));
H A Dchap.c742 auth_withpeer_success(cstate->unit, PPP_CHAP);
H A Dauth.c760 auth_withpeer_success(unit, protocol) in auth_withpeer_success() function