Searched refs:SSH2_MSG_GLOBAL_REQUEST (Results 1 – 7 of 7) sorted by relevance
/external/openssh/ |
D | ssh2.h | 126 #define SSH2_MSG_GLOBAL_REQUEST 80 macro
|
D | serverloop.c | 200 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || in client_alive_check() 974 ssh_dispatch_set(ssh, SSH2_MSG_GLOBAL_REQUEST, &server_input_global_request); in server_init_dispatch()
|
D | clientloop.c | 478 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || in server_alive_check() 2211 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || in client_input_hostkeys() 2417 ssh_dispatch_set(ssh, SSH2_MSG_GLOBAL_REQUEST, &client_input_global_request); in client_init_dispatch()
|
D | PROTOCOL | 273 byte SSH2_MSG_GLOBAL_REQUEST 281 byte SSH2_MSG_GLOBAL_REQUEST
|
D | channels.c | 562 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || in mux_remove_remote_forwardings() 2810 case SSH2_MSG_GLOBAL_REQUEST: 3886 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || 3896 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || 4016 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || 4052 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 ||
|
D | sshd.c | 803 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 ||
|
D | ssh.c | 2100 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || in ssh_session2()
|