Home
last modified time | relevance | path

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

/external/openssh/
Dssh2.h126 #define SSH2_MSG_GLOBAL_REQUEST 80 macro
Dserverloop.c200 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()
Dclientloop.c478 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()
DPROTOCOL273 byte SSH2_MSG_GLOBAL_REQUEST
281 byte SSH2_MSG_GLOBAL_REQUEST
Dchannels.c562 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 ||
Dsshd.c803 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 ||
Dssh.c2100 if ((r = sshpkt_start(ssh, SSH2_MSG_GLOBAL_REQUEST)) != 0 || in ssh_session2()