Home
last modified time | relevance | path

Searched refs:SSH2_MSG_GLOBAL_REQUEST (Results 1 – 7 of 7) sorted by relevance

/freebsd/crypto/openssh/
H A Dssh2.h132 #define SSH2_MSG_GLOBAL_REQUEST 80 macro
H A Dserverloop.c126 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 Dclientloop.c503 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 Dchannels.c720 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 Dsshd-session.c605 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || in notify_hostkeys()
H A DPROTOCOL354 byte SSH2_MSG_GLOBAL_REQUEST
362 byte SSH2_MSG_GLOBAL_REQUEST
H A Dssh.c2352 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || in ssh_session2()