Lines Matching defs:Session
18 typedef struct Session Session; typedef
234 struct Session struct
236 Session *next; argument
237 char * service; /* for dial */
238 int fd;
240 char cchal[CHALLEN]; /* client challenge */
241 char schal[CHALLEN]; /* server challenge */
242 char authid[ANAMELEN]; /* server encryption uid */
243 char authdom[DOMLEN]; /* server encryption domain */
244 char * spec; /* for attach */
245 Xfile * root; /* to answer mount rpc */
246 ushort tag;
247 Fcall f;
248 uchar data[IOHDRSZ+Maxfdata];
249 uchar statbuf[Maxstatdata];
250 Fid * free; /* available */
251 Fid list; /* active, most-recently-used order */
252 Fid fids[1000];
253 int noauth;