Home
last modified time | relevance | path

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

/dflybsd-src/crypto/openssh/
H A Dsession.h30 typedef struct Session Session; typedef
31 struct Session { struct
32 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 …]
H A Dsession.c2512 session_destroy_all(struct ssh *ssh, void (*closefunc)(Session *)) in session_destroy_all()