Home
last modified time | relevance | path

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

/openbsd/usr.sbin/pppd/
H A Dpppd.h226 void auth_peer_success(int, int, char *, int);
H A Dupap.c395 auth_peer_success(u->us_unit, PPP_PAP, ruser, ruserlen); in upap_rauthreq()
H A Dchap.c562 auth_peer_success(cstate->unit, PPP_CHAP, rhostname, len); in ChapReceiveResponse()
H A Dauth.c351 auth_peer_success(int unit, int protocol, char *name, int namelen) in auth_peer_success() function