Searched refs:auth_peer_success (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | pppd.h | 476 extern void auth_peer_success __P((int, int, char *, int));
|
H A D | upap.c | 460 auth_peer_success(u->us_unit, PPP_PAP, ruser, ruserlen);
|
H A D | chap.c | 698 auth_peer_success(cstate->unit, PPP_CHAP, rhostname, len);
|
H A D | auth.c | 707 auth_peer_success(unit, protocol, name, namelen) function 722 warn("auth_peer_success: unknown protocol %x", protocol);
|
Completed in 312 milliseconds