Home
last modified time | relevance | path

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

/freebsd-src/usr.sbin/ppp/
H A Dauth.h67 extern struct mbuf *auth_ReadHeader(struct authinfo *, struct mbuf *);
H A Dpap.c201 if ((bp = auth_ReadHeader(authp, bp)) == NULL && in pap_Input()
H A Dauth.c444 auth_ReadHeader(struct authinfo *authp, struct mbuf *bp) in auth_ReadHeader() function
H A Dchap.c719 if ((bp = auth_ReadHeader(&chap->auth, bp)) == NULL && in chap_Input()