Searched refs:SSH2_MSG_GLOBAL_REQUEST (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | ssh2.h | 132 #define SSH2_MSG_GLOBAL_REQUEST 80 macro
|
H A D | serverloop.c | 126 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || in client_alive_check() 889 ssh_dispatch_set(ssh, SSH2_MSG_GLOBAL_REQUEST, &server_input_global_request); in server_init_dispatch()
|
H A D | clientloop.c | 503 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || in server_alive_check() 2600 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || in client_input_hostkeys() 2808 ssh_dispatch_set(ssh, SSH2_MSG_GLOBAL_REQUEST, &client_input_global_request); in client_init_dispatch()
|
H A D | channels.c | 720 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || in mux_remove_remote_forwardings() 3220 case SSH2_MSG_GLOBAL_REQUEST: in channel_proxy_downstream() 4298 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || in channel_request_remote_forwarding() 4307 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || in channel_request_remote_forwarding() 4425 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || in channel_request_rforward_cancel_tcpip() 4461 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || in channel_request_rforward_cancel_streamlocal()
|
H A D | sshd-session.c | 605 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || in notify_hostkeys()
|
H A D | PROTOCOL | 354 byte SSH2_MSG_GLOBAL_REQUEST 362 byte SSH2_MSG_GLOBAL_REQUEST
|
H A D | ssh.c | 2352 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || in ssh_session2()
|