Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ppp/
HDauth.h69 extern struct mbuf *auth_ReadName(struct authinfo *, struct mbuf *, size_t);
HDpap.c236 bp = auth_ReadName(authp, bp, nlen); in pap_Input()
HDauth.c420 auth_ReadName(struct authinfo *authp, struct mbuf *bp, size_t len) in auth_ReadName() function
HDchap.c750 bp = auth_ReadName(&chap->auth, bp, len); in chap_Input()
777 bp = auth_ReadName(&chap->auth, bp, len); in chap_Input()