Home | History | Annotate | Download | only in packets

Lines Matching defs:tw

41 			TypesWriter tw = new TypesWriter();
42 tw.writeByte(Packets.SSH_MSG_CHANNEL_REQUEST);
43 tw.writeUINT32(recipientChannelID);
44 tw.writeString("x11-req");
45 tw.writeBoolean(wantReply);
47 tw.writeBoolean(singleConnection);
48 tw.writeString(x11AuthenticationProtocol);
49 tw.writeString(x11AuthenticationCookie);
50 tw.writeUINT32(x11ScreenNumber);
52 payload = tw.getBytes();