Home
last modified time | relevance | path

Searched defs:Chapreply (Results 1 – 3 of 3) sorted by relevance

/plan9-contrib/sys/src/cmd/unix/drawterm/include/
H A Dauth.h12 typedef struct Chapreply Chapreply; typedef
70 struct Chapreply /* for protocol "chap" */ struct
72 uchar id;
73 char resp[MD5LEN];
/plan9-contrib/sys/include/
H A Dauth.h10 typedef struct Chapreply Chapreply; typedef
68 struct Chapreply /* for protocol "chap" */ struct
70 uchar id;
71 char resp[MD5LEN];
/plan9-contrib/sys/src/cmd/unix/9pfreebsd/mount_9fs/
H A D9auth.h8 typedef struct Chapreply Chapreply; typedef
118 struct Chapreply struct
120 u_char id;
121 char uid[U9FS_NAMELEN];
122 char resp[MD5LEN];