Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dupap.c460 auth_peer_success(u->us_unit, PPP_PAP, ruser, ruserlen);
H A Dpppd.h476 extern void auth_peer_success __P((int, int, char *, int));
H A Dchap.c698 auth_peer_success(cstate->unit, PPP_CHAP, rhostname, len);
H A Dauth.c707 auth_peer_success(unit, protocol, name, namelen) in auth_peer_success() function