Symbol: Session
crypto/openssh/monitor.c
1526
mm_record_login(struct ssh *ssh, Session *s, struct passwd *pw)
crypto/openssh/monitor.c
1551
mm_session_close(Session *s)
crypto/openssh/monitor.c
1565
Session *s;
crypto/openssh/monitor.c
1634
Session *s;
crypto/openssh/monitor_wrap.c
676
mm_session_pty_cleanup2(Session *s)
crypto/openssh/monitor_wrap.h
86
struct Session;
crypto/openssh/monitor_wrap.h
89
void mm_session_pty_cleanup2(struct Session *);
crypto/openssh/session.c
1190
do_rc_files(struct ssh *ssh, Session *s, const char *shell)
crypto/openssh/session.c
125
Session *session_new(void);
crypto/openssh/session.c
126
void session_set_fds(struct ssh *, Session *, int, int, int, int, int);
crypto/openssh/session.c
127
void session_pty_cleanup(Session *);
crypto/openssh/session.c
128
void session_proctitle(Session *);
crypto/openssh/session.c
129
int session_setup_x11fwd(struct ssh *, Session *);
crypto/openssh/session.c
130
int do_exec_pty(struct ssh *, Session *, const char *);
crypto/openssh/session.c
131
int do_exec_no_pty(struct ssh *, Session *, const char *);
crypto/openssh/session.c
132
int do_exec(struct ssh *, Session *, const char *);
crypto/openssh/session.c
133
void do_login(struct ssh *, Session *, const char *);
crypto/openssh/session.c
134
void do_child(struct ssh *, Session *, const char *);
crypto/openssh/session.c
136
int check_quietlogin(Session *, const char *);
crypto/openssh/session.c
140
static int session_pty_req(struct ssh *, Session *);
crypto/openssh/session.c
1431
do_pwchange(Session *s)
crypto/openssh/session.c
1504
do_child(struct ssh *ssh, Session *s, const char *command)
crypto/openssh/session.c
159
static Session *sessions = NULL;
crypto/openssh/session.c
1729
Session *
crypto/openssh/session.c
1732
Session *s, *tmp;
crypto/openssh/session.c
1773
Session *s = &sessions[i];
crypto/openssh/session.c
1788
Session *s = session_new();
crypto/openssh/session.c
1803
Session *
crypto/openssh/session.c
1808
Session *s = &sessions[i];
crypto/openssh/session.c
1819
static Session *
crypto/openssh/session.c
1824
Session *s = &sessions[i];
crypto/openssh/session.c
1836
static Session *
crypto/openssh/session.c
1842
Session *s = &sessions[i];
crypto/openssh/session.c
1859
static Session *
crypto/openssh/session.c
1865
Session *s = &sessions[i];
crypto/openssh/session.c
1875
session_window_change_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
1890
session_pty_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
1940
session_subsystem_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
1984
session_x11_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2020
session_shell_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2033
session_exec_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2051
session_break_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2065
session_env_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2126
session_signal_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2172
session_auth_agent_req(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2196
Session *s;
crypto/openssh/session.c
2237
session_set_fds(struct ssh *ssh, Session *s,
crypto/openssh/session.c
2257
session_pty_cleanup2(Session *s)
crypto/openssh/session.c
2290
session_pty_cleanup(Session *s)
crypto/openssh/session.c
2335
Session *s;
crypto/openssh/session.c
2365
session_exit_message(struct ssh *ssh, Session *s, int status)
crypto/openssh/session.c
2424
session_close(struct ssh *ssh, Session *s)
crypto/openssh/session.c
2457
Session *s = session_by_pid(pid);
crypto/openssh/session.c
2476
Session *s = session_by_channel(id);
crypto/openssh/session.c
2512
session_destroy_all(struct ssh *ssh, void (*closefunc)(Session *))
crypto/openssh/session.c
2516
Session *s = &sessions[i];
crypto/openssh/session.c
2535
Session *s = &sessions[i];
crypto/openssh/session.c
2555
session_proctitle(Session *s)
crypto/openssh/session.c
2564
session_setup_x11fwd(struct ssh *ssh, Session *s)
crypto/openssh/session.c
399
do_exec_no_pty(struct ssh *ssh, Session *s, const char *command)
crypto/openssh/session.c
568
do_exec_pty(struct ssh *ssh, Session *s, const char *command)
crypto/openssh/session.c
668
do_exec(struct ssh *ssh, Session *s, const char *command)
crypto/openssh/session.c
748
do_login(struct ssh *ssh, Session *s, const char *command)
crypto/openssh/session.c
804
check_quietlogin(Session *s, const char *command)
crypto/openssh/session.c
971
do_setup_env(struct ssh *ssh, Session *s, const char *shell)
crypto/openssh/session.h
30
typedef struct Session Session;
crypto/openssh/session.h
74
void session_destroy_all(struct ssh *, void (*)(Session *));
crypto/openssh/session.h
75
void session_pty_cleanup2(Session *);
crypto/openssh/session.h
77
Session *session_new(void);
crypto/openssh/session.h
78
Session *session_by_tty(char *);
crypto/openssh/session.h
79
void session_close(struct ssh *, Session *);