Searched defs:Session (Results 1 – 2 of 2) sorted by relevance
30 typedef struct Session Session; typedef31 struct Session { struct32 int used;33 int self;34 int next_unused;35 struct passwd *pw;36 Authctxt *authctxt;37 pid_t pid;38 int forced;41 char *term;[all …]
2512 session_destroy_all(struct ssh *ssh, void (*closefunc)(Session *)) in session_destroy_all()