Home
last modified time | relevance | path

Searched refs:SSH_MSG_GLOBAL_REQUEST (Results 1 – 25 of 62) sorted by relevance

123

/dports/security/dropbear/dropbear-2020.81/
H A Dssh.h63 #define SSH_MSG_GLOBAL_REQUEST 80 macro
H A Dprocess-packet.c79 if (!(type == SSH_MSG_GLOBAL_REQUEST in process_packet()
H A Dcli-tcpfwd.c156 buf_putbyte(ses.writepayload, SSH_MSG_GLOBAL_REQUEST); in send_msg_global_request_remotetcp()
H A Dsvr-session.c58 {SSH_MSG_GLOBAL_REQUEST, recv_msg_global_request_remotetcp},
H A Dcli-session.c73 {SSH_MSG_GLOBAL_REQUEST, recv_msg_global_request_cli},
H A Dcommon-session.c510 buf_putbyte(ses.writepayload, SSH_MSG_GLOBAL_REQUEST); in send_msg_keepalive()
/dports/security/cryptlib/cryptlib-3.4.3/session/
H A Dssh2_rd.c57 { SSH_MSG_GLOBAL_REQUEST, "SSH_MSG_GLOBAL_REQUEST" },
251 SSH_MSG_GLOBAL_REQUEST, SSH_MSG_GLOBAL_SUCCESS, in checkPacketValid()
824 if( sshInfo->packetType != SSH_MSG_GLOBAL_REQUEST && \
H A Dssh2_msg.c196 case SSH_MSG_GLOBAL_REQUEST: in processChannelControlMessage()
H A Dssh2_msgc.c281 status = openPacketStreamSSH( stream, SSH_MSG_GLOBAL_REQUEST, in createOpenRequest()
H A Dssh.h134 #define SSH_MSG_GLOBAL_REQUEST 80 /* Perform a global ioctl */ macro
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssh/src/
H A Dssh_connect.hrl41 -define(SSH_MSG_GLOBAL_REQUEST, 80). macro
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_connect.hrl40 -define(SSH_MSG_GLOBAL_REQUEST, 80). macro
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssh/src/
H A Dssh_connect.hrl41 -define(SSH_MSG_GLOBAL_REQUEST, 80). macro
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/ssh/src/
H A Dssh_connect.hrl41 -define(SSH_MSG_GLOBAL_REQUEST, 80). macro
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_connect.hrl40 -define(SSH_MSG_GLOBAL_REQUEST, 80). macro
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_connect.hrl40 -define(SSH_MSG_GLOBAL_REQUEST, 80). macro
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssh/src/
H A Dssh_connect.hrl40 -define(SSH_MSG_GLOBAL_REQUEST, 80). macro
/dports/net/jsch/jsch-0.1.55/src/main/java/com/jcraft/jsch/
H A DSession.java53 static final int SSH_MSG_GLOBAL_REQUEST= 80; field in Session
1663 case SSH_MSG_GLOBAL_REQUEST: in run()
2170 buf.putByte((byte) SSH_MSG_GLOBAL_REQUEST); in _setPortForwardingR()
2379 buf.putByte((byte)SSH_MSG_GLOBAL_REQUEST); in sendKeepAliveMsg()
2390 buf.putByte((byte)SSH_MSG_GLOBAL_REQUEST); in noMoreSessionChannels()
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DSession.java53 static final int SSH_MSG_GLOBAL_REQUEST= 80; field in Session
1652 case SSH_MSG_GLOBAL_REQUEST: in run()
2159 buf.putByte((byte) SSH_MSG_GLOBAL_REQUEST); in _setPortForwardingR()
2368 buf.putByte((byte)SSH_MSG_GLOBAL_REQUEST); in sendKeepAliveMsg()
2379 buf.putByte((byte)SSH_MSG_GLOBAL_REQUEST); in noMoreSessionChannels()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/jcraft/jsch/
H A DSession.java53 static final int SSH_MSG_GLOBAL_REQUEST= 80; field in Session
1652 case SSH_MSG_GLOBAL_REQUEST: in run()
2159 buf.putByte((byte) SSH_MSG_GLOBAL_REQUEST); in _setPortForwardingR()
2368 buf.putByte((byte)SSH_MSG_GLOBAL_REQUEST); in sendKeepAliveMsg()
2379 buf.putByte((byte)SSH_MSG_GLOBAL_REQUEST); in noMoreSessionChannels()
/dports/net/libwebsockets/libwebsockets-v4.2.2/plugins/ssh-base/include/
H A Dlws-ssh.h128 SSH_MSG_GLOBAL_REQUEST = 80, enumerator
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A DPROTOCOL158 byte SSH_MSG_GLOBAL_REQUEST
293 byte SSH_MSG_GLOBAL_REQUEST
307 byte SSH_MSG_GLOBAL_REQUEST
/dports/security/openssh-portable/openssh-8.8p1/
H A DPROTOCOL158 byte SSH_MSG_GLOBAL_REQUEST
293 byte SSH_MSG_GLOBAL_REQUEST
308 byte SSH_MSG_GLOBAL_REQUEST
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/include/libssh2/
H A Dlibssh2_priv.h996 #define SSH_MSG_GLOBAL_REQUEST 80 macro
/dports/devel/upp/upp/uppsrc/Core/SSH/libssh2/
H A Dlibssh2_priv.h1005 #define SSH_MSG_GLOBAL_REQUEST 80 macro

123