Home
last modified time | relevance | path

Searched defs:Session (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dsession.h38 typedef struct Session Session; typedef
39 struct Session { struct
40 int used;
41 int self;
42 struct passwd *pw;
43 Authctxt *authctxt;
44 pid_t pid;
46 char *term;
47 int ptyfd, ttyfd, ptymaster;
48 u_int row, col, xpixel, ypixel;
[all …]
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dsession.c2342 session_destroy_all(void (*closefunc)(Session *)) in session_destroy_all()