Home
last modified time | relevance | path

Searched defs:chap (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/usr.sbin/ppp/
H A Dchap.h39 struct chap { struct
62 ((d)->type == CHAP_DESCRIPTOR ? (struct chap *)(d) : NULL) argument
H A Dchap.c256 chap_StartChild(struct chap *chap, char *prog, const char *name) in chap_StartChild()
342 chap_Cleanup(struct chap *chap, int sig) in chap_Cleanup()
368 chap_Respond(struct chap *chap, char *name, char *key in chap_Respond()
399 struct chap *chap = descriptor2chap(d); in chap_UpdateSet() local
415 struct chap *chap = descriptor2chap(d); in chap_IsSet() local
424 struct chap *chap = descriptor2chap(d); in chap_Read() local
489 struct chap *chap = auth2chap(authp); in chap_ChallengeInit() local
526 struct chap *chap = auth2chap(authp); in chap_Challenge() local
650 chap_HaveAnotherGo(struct chap *chap) in chap_HaveAnotherGo()
664 chap_Init(struct chap *chap, struct physical *p) in chap_Init()
[all …]
H A Dauth.c83 static char chap[10]; in Auth2Nam() local
H A Ddatalink.h118 struct chap chap; /* Authentication using chap */ member
/dflybsd-src/sys/net/sppp/
H A Dif_spppsubr.c407 static const struct cp chap = { variable