HomeSort by relevance Sort by last modified time
    Searched refs:authinfo (Results 1 - 9 of 9) sorted by null

  /external/libppp/src/
pap.h 37 struct authinfo;
39 extern void pap_Init(struct authinfo *, struct physical *);
auth.h 33 struct authinfo;
34 typedef void (*auth_func)(struct authinfo *);
36 struct authinfo { struct
59 extern void auth_Init(struct authinfo *, struct physical *,
61 extern void auth_StopTimer(struct authinfo *);
62 extern void auth_StartReq(struct authinfo *);
67 extern struct mbuf *auth_ReadHeader(struct authinfo *, struct mbuf *);
68 extern struct mbuf *auth_ReadName(struct authinfo *, struct mbuf *, size_t);
radius.h 46 struct authinfo *auth; /* Tell this about success/failure */
113 extern int radius_Authenticate(struct radius *, struct authinfo *,
chap.h 49 struct authinfo auth;
pap.c 83 pap_Req(struct authinfo *authp)
114 SendPapCode(struct authinfo *authp, int code, const char *message)
143 pap_Success(struct authinfo *authp)
167 pap_Failure(struct authinfo *authp)
174 pap_Init(struct authinfo *pap, struct physical *p)
183 struct authinfo *authp = &p->dl->pap;
auth.c 388 struct authinfo *authp = (struct authinfo *)vauthp;
402 auth_Init(struct authinfo *authp, struct physical *p, auth_func req,
405 memset(authp, '\0', sizeof(struct authinfo));
416 auth_StartReq(struct authinfo *authp)
430 auth_StopTimer(struct authinfo *authp)
436 auth_ReadHeader(struct authinfo *authp, struct mbuf *bp)
459 auth_ReadName(struct authinfo *authp, struct mbuf *bp, size_t len)
datalink.h 116 struct authinfo pap; /* Authentication using pap */
chap.c 487 chap_ChallengeInit(struct authinfo *authp)
524 chap_Challenge(struct authinfo *authp)
549 chap_Success(struct authinfo *authp)
589 chap_Failure(struct authinfo *authp)
radius.c 893 radius_Authenticate(struct radius *r, struct authinfo *authp, const char *name,
    [all...]

Completed in 1509 milliseconds