OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_ReadName
(Results
1 - 4
of
4
) sorted by null
/external/libppp/src/
auth.h
68
extern struct mbuf *
auth_ReadName
(struct authinfo *, struct mbuf *, size_t);
pap.c
236
bp =
auth_ReadName
(authp, bp, nlen);
auth.c
459
auth_ReadName
(struct authinfo *authp, struct mbuf *bp, size_t len)
462
log_Printf(LogWARN, "
auth_ReadName
: Name too long (%zu) !\n", len);
467
log_Printf(LogWARN, "
auth_ReadName
: Short packet (%zu > %zu) !\n",
chap.c
755
bp =
auth_ReadName
(&chap->auth, bp, len);
782
bp =
auth_ReadName
(&chap->auth, bp, len);
Completed in 109 milliseconds