Searched refs:auth_ReadName (Results 1 – 4 of 4) sorted by relevance
/freebsd/usr.sbin/ppp/ |
H A D | auth.h | 68 extern struct mbuf *auth_ReadName(struct authinfo *, struct mbuf *, size_t);
|
H A D | pap.c | 236 bp = auth_ReadName(authp, bp, nlen); in pap_Input()
|
H A D | auth.c | 467 auth_ReadName(struct authinfo *authp, struct mbuf *bp, size_t len) in auth_ReadName() function
|
H A D | chap.c | 755 bp = auth_ReadName(&chap->auth, bp, len); in chap_Input() 782 bp = auth_ReadName(&chap->auth, bp, len); in chap_Input()
|