Searched refs:packet_type (Results 1 - 25 of 36) sorted by relevance

12

/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
H A DPacketNewKeys.java30 int packet_type = tr.readByte();
32 if (packet_type != Packets.SSH_MSG_NEWKEYS)
34 + packet_type + ")");
H A DPacketChannelWindowAdjust.java35 int packet_type = tr.readByte();
37 if (packet_type != Packets.SSH_MSG_CHANNEL_WINDOW_ADJUST)
40 + packet_type + ")");
H A DPacketIgnore.java38 int packet_type = tr.readByte();
40 if (packet_type != Packets.SSH_MSG_IGNORE)
41 throw new IOException("This is not a SSH_MSG_IGNORE packet! (" + packet_type + ")");
H A DPacketKexDHReply.java32 int packet_type = tr.readByte();
34 if (packet_type != Packets.SSH_MSG_KEXDH_REPLY)
36 + packet_type + ")");
H A DPacketKexDhGexGroup.java31 int packet_type = tr.readByte();
33 if (packet_type != Packets.SSH_MSG_KEX_DH_GEX_GROUP)
35 "This is not a SSH_MSG_KEX_DH_GEX_GROUP! (" + packet_type
H A DPacketKexDhGexReply.java32 int packet_type = tr.readByte();
34 if (packet_type != Packets.SSH_MSG_KEX_DH_GEX_REPLY)
35 throw new IOException("This is not a SSH_MSG_KEX_DH_GEX_REPLY! (" + packet_type + ")");
H A DPacketServiceAccept.java33 int packet_type = tr.readByte();
35 if (packet_type != Packets.SSH_MSG_SERVICE_ACCEPT)
37 + packet_type + ")");
H A DPacketServiceRequest.java33 int packet_type = tr.readByte();
35 if (packet_type != Packets.SSH_MSG_SERVICE_REQUEST)
37 + packet_type + ")");
H A DPacketUserauthBanner.java40 int packet_type = tr.readByte();
42 if (packet_type != Packets.SSH_MSG_USERAUTH_BANNER)
43 throw new IOException("This is not a SSH_MSG_USERAUTH_BANNER! (" + packet_type + ")");
H A DPacketUserauthFailure.java35 int packet_type = tr.readByte();
37 if (packet_type != Packets.SSH_MSG_USERAUTH_FAILURE)
38 throw new IOException("This is not a SSH_MSG_USERAUTH_FAILURE! (" + packet_type + ")");
H A DPacketChannelOpenConfirmation.java40 int packet_type = tr.readByte();
42 if (packet_type != Packets.SSH_MSG_CHANNEL_OPEN_CONFIRMATION)
45 + packet_type + ")");
H A DPacketChannelOpenFailure.java40 int packet_type = tr.readByte();
42 if (packet_type != Packets.SSH_MSG_CHANNEL_OPEN_FAILURE)
45 + packet_type + ")");
H A DPacketDisconnect.java29 int packet_type = tr.readByte();
31 if (packet_type != Packets.SSH_MSG_DISCONNECT)
33 + packet_type + ")");
H A DPacketOpenSessionChannel.java38 int packet_type = tr.readByte();
40 if (packet_type != Packets.SSH_MSG_CHANNEL_OPEN)
42 + packet_type + ")");
H A DPacketUserauthInfoRequest.java34 int packet_type = tr.readByte();
36 if (packet_type != Packets.SSH_MSG_USERAUTH_INFO_REQUEST)
37 throw new IOException("This is not a SSH_MSG_USERAUTH_INFO_REQUEST! (" + packet_type + ")");
H A DPacketUserauthRequestNone.java35 int packet_type = tr.readByte();
37 if (packet_type != Packets.SSH_MSG_USERAUTH_REQUEST)
38 throw new IOException("This is not a SSH_MSG_USERAUTH_REQUEST! (" + packet_type + ")");
H A DPacketUserauthRequestPassword.java37 int packet_type = tr.readByte();
39 if (packet_type != Packets.SSH_MSG_USERAUTH_REQUEST)
40 throw new IOException("This is not a SSH_MSG_USERAUTH_REQUEST! (" + packet_type + ")");
H A DPacketUserauthRequestPublicKey.java43 int packet_type = tr.readByte();
45 if (packet_type != Packets.SSH_MSG_USERAUTH_REQUEST)
47 + packet_type + ")");
H A DPacketKexInit.java51 int packet_type = tr.readByte();
53 if (packet_type != Packets.SSH_MSG_KEXINIT)
54 throw new IOException("This is not a KexInitPacket! (" + packet_type + ")");
/external/chromium_org/media/cast/rtp_receiver/rtp_parser/include/mock/
H A Dmock_rtp_feedback.h25 void(const int32 id, const RtpRtcpPacketType packet_type));
/external/chromium_org/chrome/browser/net/
H A Dprobe_message.h31 void SetPacketHeader(ProbePacket_Type packet_type,
H A Dprobe_message.cc97 void ProbeMessage::SetPacketHeader(ProbePacket_Type packet_type, argument
101 header->set_type(packet_type);
/external/chromium_org/media/cast/rtcp/
H A Drtcp_receiver.cc398 RtcpFieldTypes packet_type = rtcp_parser->Iterate(); local
399 switch (packet_type) {
401 packet_type = rtcp_parser->Iterate();
402 if (packet_type == kRtcpPayloadSpecificRembItemCode) {
408 packet_type = rtcp_parser->Iterate();
409 if (packet_type == kRtcpPayloadSpecificCastCode) {
520 RtcpFieldTypes packet_type = rtcp_parser->Iterate(); local
521 while (packet_type == kRtcpPayloadSpecificCastNackItemCode) {
525 packet_type = rtcp_parser->Iterate();
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth.h24 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */ member in struct:ft_rrb_frame
48 u8 packet_type; /* FT_PACKET_R0KH_R1KH_PULL */ member in struct:ft_r0kh_r1kh_pull_frame
62 u8 packet_type; /* FT_PACKET_R0KH_R1KH_RESP */ member in struct:ft_r0kh_r1kh_resp_frame
78 u8 packet_type; /* FT_PACKET_R0KH_R1KH_PUSH */ member in struct:ft_r0kh_r1kh_push_frame
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth.h24 u8 packet_type; /* FT_PACKET_REQUEST/FT_PACKET_RESPONSE */ member in struct:ft_rrb_frame
48 u8 packet_type; /* FT_PACKET_R0KH_R1KH_PULL */ member in struct:ft_r0kh_r1kh_pull_frame
62 u8 packet_type; /* FT_PACKET_R0KH_R1KH_RESP */ member in struct:ft_r0kh_r1kh_resp_frame
78 u8 packet_type; /* FT_PACKET_R0KH_R1KH_PUSH */ member in struct:ft_r0kh_r1kh_push_frame

Completed in 506 milliseconds

12