Searched refs:channel_request_start (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | ssh.c | 1024 channel_request_start(id, "env", 0);\ 1067 channel_request_start(id, "pty-req", 0); 1096 channel_request_start(id, "auth-agent-req@openssh.com", 0); 1106 channel_request_start(id, "subsystem", /*want reply*/ 1); 1113 channel_request_start(id, "exec", 0); 1118 channel_request_start(id, "shell", 0);
|
H A D | clientloop.c | 440 channel_request_start(session_ident, "window-change", 0); in client_check_window_change() 817 channel_request_start(session_ident, in process_escapes()
|
/titanic_41/usr/src/cmd/ssh/include/ |
H A D | channels.h | 181 void channel_request_start(int, char *, int);
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | serverloop.c | 242 channel_request_start(id, "keepalive@openssh.com", 1); in client_alive_check()
|
H A D | session.c | 2228 channel_request_start(s->chanid, "exit-status", 0); in session_exit_message() 2232 channel_request_start(s->chanid, "exit-signal", 0); in session_exit_message()
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | channels.c | 597 channel_request_start(int local_id, char *service, int wantconfirm) in channel_request_start() function 2966 channel_request_start(client_session_id, "x11-req", 0); in x11_request_forwarding_with_spoofing()
|