Searched defs:Session (Results 1 – 5 of 5) sorted by relevance
13 typedef struct Session Session; typedef17 struct Session { struct20 Session *next; argument27 Session *head; argument
16 typedef struct Session Session; typedef20 struct Session { struct23 Session *next; argument30 Session *head; argument
18 typedef struct Session Session; typedef234 struct Session struct236 Session *next; argument237 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 */[all …]
374 } Session; typedef
50 typedef struct Session Session; typedef