Searched refs:SSH_MSG_SERVICE_REQUEST (Results 1 – 5 of 5) sorted by relevance
35 if (packet_type != Packets.SSH_MSG_SERVICE_REQUEST) in PacketServiceRequest()50 tw.writeByte(Packets.SSH_MSG_SERVICE_REQUEST); in getPayload()
19 public static final int SSH_MSG_SERVICE_REQUEST = 5; field in Packets
33 #define SSH_MSG_SERVICE_REQUEST 5 macro
40 buf_putbyte(ses.writepayload, SSH_MSG_SERVICE_REQUEST); in send_msg_service_request()
51 {SSH_MSG_SERVICE_REQUEST, recv_msg_service_request}, /* server */