HomeSort by relevance Sort by last modified time
    Searched defs:packet_type (Results 1 - 25 of 27) sorted by null

1 2

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketChannelOpenConfirmation.java 40 int packet_type = tr.readByte(); local
42 if (packet_type != Packets.SSH_MSG_CHANNEL_OPEN_CONFIRMATION)
45 + packet_type + ")");
PacketChannelOpenFailure.java 40 int packet_type = tr.readByte(); local
42 if (packet_type != Packets.SSH_MSG_CHANNEL_OPEN_FAILURE)
45 + packet_type + ")");
PacketChannelWindowAdjust.java 35 int packet_type = tr.readByte(); local
37 if (packet_type != Packets.SSH_MSG_CHANNEL_WINDOW_ADJUST)
40 + packet_type + ")");
PacketDisconnect.java 29 int packet_type = tr.readByte(); local
31 if (packet_type != Packets.SSH_MSG_DISCONNECT)
33 + packet_type + ")");
PacketIgnore.java 38 int packet_type = tr.readByte(); local
40 if (packet_type != Packets.SSH_MSG_IGNORE)
41 throw new IOException("This is not a SSH_MSG_IGNORE packet! (" + packet_type + ")");
PacketKexDHReply.java 32 int packet_type = tr.readByte(); local
34 if (packet_type != Packets.SSH_MSG_KEXDH_REPLY)
36 + packet_type + ")");
PacketKexDhGexGroup.java 31 int packet_type = tr.readByte(); local
33 if (packet_type != Packets.SSH_MSG_KEX_DH_GEX_GROUP)
35 "This is not a SSH_MSG_KEX_DH_GEX_GROUP! (" + packet_type
PacketKexDhGexReply.java 32 int packet_type = tr.readByte(); local
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 + ")");
PacketNewKeys.java 30 int packet_type = tr.readByte(); local
32 if (packet_type != Packets.SSH_MSG_NEWKEYS)
34 + packet_type + ")");
PacketOpenSessionChannel.java 38 int packet_type = tr.readByte(); local
40 if (packet_type != Packets.SSH_MSG_CHANNEL_OPEN)
42 + packet_type + ")");
PacketServiceAccept.java 33 int packet_type = tr.readByte(); local
35 if (packet_type != Packets.SSH_MSG_SERVICE_ACCEPT)
37 + packet_type + ")");
PacketServiceRequest.java 33 int packet_type = tr.readByte(); local
35 if (packet_type != Packets.SSH_MSG_SERVICE_REQUEST)
37 + packet_type + ")");
PacketUserauthBanner.java 40 int packet_type = tr.readByte(); local
42 if (packet_type != Packets.SSH_MSG_USERAUTH_BANNER)
43 throw new IOException("This is not a SSH_MSG_USERAUTH_BANNER! (" + packet_type + ")");
PacketUserauthFailure.java 35 int packet_type = tr.readByte(); local
37 if (packet_type != Packets.SSH_MSG_USERAUTH_FAILURE)
38 throw new IOException("This is not a SSH_MSG_USERAUTH_FAILURE! (" + packet_type + ")");
PacketUserauthRequestNone.java 35 int packet_type = tr.readByte(); local
37 if (packet_type != Packets.SSH_MSG_USERAUTH_REQUEST)
38 throw new IOException("This is not a SSH_MSG_USERAUTH_REQUEST! (" + packet_type + ")");
PacketUserauthRequestPassword.java 37 int packet_type = tr.readByte(); local
39 if (packet_type != Packets.SSH_MSG_USERAUTH_REQUEST)
40 throw new IOException("This is not a SSH_MSG_USERAUTH_REQUEST! (" + packet_type + ")");
PacketUserauthRequestPublicKey.java 43 int packet_type = tr.readByte(); local
45 if (packet_type != Packets.SSH_MSG_USERAUTH_REQUEST)
47 + packet_type + ")");
PacketUserauthInfoRequest.java 34 int packet_type = tr.readByte(); local
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 + ")");
PacketKexInit.java 51 int packet_type = tr.readByte(); local
53 if (packet_type != Packets.SSH_MSG_KEXINIT)
54 throw new IOException("This is not a KexInitPacket! (" + packet_type + ")");
  /external/bluetooth/bluez/test/
avtest.c 76 uint8_t packet_type:2; member in struct:avdtp_header
93 uint8_t packet_type:2; member in struct:avdtp_start_header
102 uint8_t packet_type:2; member in struct:avdtp_continue_header
109 uint8_t packet_type:2; member in struct:avctp_header
119 uint8_t packet_type:2; member in struct:avdtp_header
136 uint8_t packet_type:2; member in struct:avdtp_start_header
145 uint8_t packet_type:2; member in struct:avdtp_continue_header
151 uint8_t packet_type:2; member in struct:avctp_header
185 hdr->packet_type, hdr->cr, hdr->ipid, ntohs(hdr->pid));
191 hdr->packet_type, hdr->message_type, hdr->signal_id)
    [all...]
  /external/bluetooth/bluez/audio/
control.c 115 uint8_t packet_type:2; member in struct:avctp_header
134 uint8_t packet_type:2; member in struct:avctp_header
525 avctp->transaction, avctp->packet_type,
547 if (avctp->packet_type != AVCTP_PACKET_SINGLE) {
1006 avctp->packet_type = AVCTP_PACKET_SINGLE;
avdtp.c 97 uint8_t packet_type:2; member in struct:avdtp_common_header
103 uint8_t packet_type:2; member in struct:avdtp_single_header
111 uint8_t packet_type:2; member in struct:avdtp_start_header
120 uint8_t packet_type:2; member in struct:avdtp_continue_header
142 uint8_t packet_type:2; member in struct:avdtp_common_header
148 uint8_t packet_type:2; member in struct:avdtp_single_header
156 uint8_t packet_type:2; member in struct:avdtp_start_header
165 uint8_t packet_type:2; member in struct:avdtp_continue_header
530 single.packet_type = AVDTP_PKT_TYPE_SINGLE;
555 start.packet_type = AVDTP_PKT_TYPE_START
    [all...]
  /external/bluetooth/bluez/tools/
avinfo.c 144 uint8_t packet_type:2; member in struct:avdtp_header
198 uint8_t packet_type:2; member in struct:avdtp_header
437 header->packet_type = AVDTP_PKT_TYPE_SINGLE;
  /external/wpa_supplicant_8/src/ap/
wpa_auth.h 24 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/kernel-headers/original/linux/
netdevice.h 546 struct packet_type { struct
551 struct packet_type *,
571 extern void dev_add_pack(struct packet_type *pt);
572 extern void dev_remove_pack(struct packet_type *pt);
573 extern void __dev_remove_pack(struct packet_type *pt);

Completed in 418 milliseconds

1 2