/external/chromium_org/net/quic/ |
quic_framer.cc | 237 // PADDING implies end of packet. 243 // Only truncate the first frame in a packet, so if subsequent ones go 249 // Truncate the frame so the packet will not exceed kMaxPacketSize. 354 QuicPacket* packet = QuicPacket::NewDataPacket( local 361 packet->FecProtectedData()); 365 header.public_header.sequence_number_length, packet, 399 const QuicPublicResetPacket& packet) { 400 DCHECK(packet.public_header.reset_flag); 411 if (!writer.WriteUInt64(packet.public_header.guid)) { 415 if (!writer.WriteUInt64(packet.nonce_proof)) 1317 QuicPacketSequenceNumber packet = smallest_received + sequence_delta; local [all...] |
quic_http_stream_test.cc | 122 // Holds a packet to be written to the wire, and the IO mode that should 125 PacketToWrite(IoMode mode, QuicEncryptedPacket* packet) 127 packet(packet) { 130 QuicEncryptedPacket* packet; member in struct:net::test::QuicHttpStreamTest::PacketToWrite 150 delete writes_[i].packet; 154 // Adds a packet to the list of expected writes. 155 void AddWrite(IoMode mode, QuicEncryptedPacket* packet) { 156 writes_.push_back(PacketToWrite(mode, packet)); 159 // Returns the packet to be written at position |pos| [all...] |
/external/libpcap/doc/ |
pcap.xml | 48 <t>This document describes a format to dump captured packets on a file. This format is extensible and it is currently proposed for implementation in the libpcap/WinPcap packet capture library.</t> 57 <t>The problem of exchanging packet traces becomes more and more critical every day; unfortunately, no standard solutions exist for this task right now. One of the most accepted packet interchange formats is the one defined by libpcap, which is rather old and does not fit for some of the nowadays applications especially in terms of extensibility.</t> 58 <t>This document proposes a new format for dumping packet traces. The following goals are being pursued:</t> 108 <t>Packet Block: it contains a single captured packet, or a portion of it.</t> 109 <t>Simple Packet Block: it contains a single captured packet, or a portion of it, with only a minimal set of information about it.</t> 110 <t>Name Resolution Block: it defines the mapping from numeric addresses present in the packet dump and the canonical name counterpart.</t> 111 <t>Capture Statistics Block: it defines how to store some statistical data (e.g. packet dropped, etc) which can be useful to undestand the conditions in which the capture has been made.< (…) [all...] |
/external/bluetooth/bluedroid/stack/avdt/ |
avdt_scb_act.c | 250 /* parse media packet header */ 257 /* skip over any csrc's in packet */ 271 /* adjust length for any padding at end of packet */ 274 /* padding length in last byte of packet */ 281 AVDT_TRACE_WARNING0("Got bad media packet"); 340 /* parse report packet header */ 348 case AVDT_RTCP_PT_SR: /* the packet type - SR (Sender Report) */ 356 case AVDT_RTCP_PT_RR: /* the packet type - RR (Receiver Report) */ 366 case AVDT_RTCP_PT_SDES: /* the packet type - SDES (Source Description) */ 380 AVDT_TRACE_ERROR1( "Bad Report pkt - packet type: %d", pt) [all...] |
/external/libnfc-nxp/src/ |
phHciNfc_Generic.c | 225 * The phHciNfc_Receive_HCP function receive the HCI Host Control Packet 641 * \brief Sends the HCP Packet to the lower link layer . 643 * This function Sends the HCI Data in the HCP packet format to the below 723 * \brief Receives the HCP Packet from the lower link layer . 725 * This function receives the HCI Data in the HCP packet format from the below 742 phHciNfc_HCP_Packet_t *packet = NULL; local 746 packet = (phHciNfc_HCP_Packet_t *)pdata; 747 chainbit = (uint8_t) GET_BITS8( packet->hcp_header, 809 * \brief Receives the HCP Packet from the lower link layer . 811 * This function receives the HCI Data in the HCP packet format from the belo 828 phHciNfc_HCP_Packet_t *packet = NULL; local 902 phHciNfc_HCP_Packet_t *packet = NULL; local 990 phHciNfc_HCP_Packet_t *packet = (phHciNfc_HCP_Packet_t *)pdata; local 1066 phHciNfc_HCP_Packet_t *packet = NULL; local 1184 phHciNfc_HCP_Packet_t *packet = NULL; local [all...] |
/external/chromium_org/media/cast/ |
cast_config.h | 178 typedef std::vector<uint8> Packet; 179 typedef std::vector<Packet> PacketList; 187 virtual bool SendPacket(const Packet& packet) = 0; 196 virtual void ReceivedPacket(const uint8* packet, size_t length, 199 static void DeletePacket(const uint8* packet);
|
/external/chromium_org/net/tools/quic/ |
quic_server.cc | 195 const QuicEncryptedPacket& packet, 199 if (!QuicFramer::ReadGuidFromPacket(packet, &guid)) { 203 bool has_version_flag = QuicFramer::HasVersionFlag(packet); 206 server_address, client_address, guid, has_version_flag, packet); 228 QuicEncryptedPacket packet(buf, bytes_read, false); 231 MaybeDispatchPacket(dispatcher, packet, server_address, client_address);
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
stunserver_unittest.cc | 68 talk_base::TestClient::Packet* packet = client_->NextPacket(); local 69 if (packet) { 70 talk_base::ByteBuffer buf(packet->buf, packet->size); 73 delete packet;
|
/external/dropbear/libtomcrypt/src/pk/ecc/ |
ecc_import.c | 75 Import an ECC key from a binary packet 76 @param in The packet to import 77 @param inlen The length of the packet 87 Import an ECC key from a binary packet, using user supplied domain params rather than one of the NIST ones 88 @param in The packet to import 89 @param inlen The length of the packet
|
/external/eigen/Eigen/src/Core/ |
SelfCwiseBinaryOp.h | 25 * aligned packet loads. 53 typedef typename internal::packet_traits<Scalar>::type Packet; 113 m_functor.packetOp(m_matrix.template packet<StoreMode>(row, col),_other.template packet<LoadMode>(row, col)) ); 122 m_functor.packetOp(m_matrix.template packet<StoreMode>(index),_other.template packet<LoadMode>(index)) );
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/ |
TypesReader.java | 58 throw new IOException("Packet too short."); 66 throw new IOException("Packet too short."); 79 throw new IOException("Packet too short."); 88 throw new IOException("Packet too short."); 96 throw new IOException("Packet too short."); 105 throw new IOException("Packet too short.");
|
/external/iproute2/man/man8/ |
ip-rule.8 | 64 on destination addresses, but also on other packet fields: source address, 65 IP protocol, transport protocol ports or even packet payload. 80 interface, tos, fwmark} and, if the selector matches the packet, 127 default rules selected the packet. 149 - the rule prescribes to silently drop the packet. 160 of the IP packet into some other value.
|
/external/llvm/lib/Analysis/ |
ProfileInfoLoader.cpp | 47 errs() << ToolName << ": data packet truncated!\n"; 58 errs() << ToolName << ": data packet truncated!\n"; 98 // If the low eight bits of the packet are zero, we must be dealing with an 108 errs() << ToolName << ": arguments packet truncated!\n"; 119 errs() << ToolName << ": arguments packet truncated!\n"; 148 errs() << ToolName << ": Unknown packet type #" << PacketType << "!\n";
|
/external/smack/src/org/jivesoftware/smack/ |
RosterEntry.java | 23 import org.jivesoftware.smack.packet.IQ; 24 import org.jivesoftware.smack.packet.RosterPacket; 91 RosterPacket packet = new RosterPacket(); local 92 packet.setType(IQ.Type.SET); 93 packet.addRosterItem(toRosterItem(this)); 94 connection.sendPacket(packet);
|
/external/smack/src/org/jivesoftware/smackx/commands/ |
RemoteCommand.java | 28 import org.jivesoftware.smack.packet.IQ; 29 import org.jivesoftware.smack.packet.Packet; 31 import org.jivesoftware.smackx.packet.AdHocCommandData; 67 * The default value is the default packet reply timeout (5000 ms). 159 Packet response = collector.nextResult(timeout);
|
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
Offer.java | 23 import org.jivesoftware.smack.packet.IQ;
24 import org.jivesoftware.smack.packet.Packet;
87 Packet acceptPacket = new AcceptPacket(this.session.getWorkgroupJID());
192 * Packet for rejecting offers.
208 * Packet for accepting an offer.
|
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/ |
AgentStatus.java | 19 package org.jivesoftware.smackx.workgroup.packet;
21 import org.jivesoftware.smack.packet.PacketExtension;
30 * Agent status packet.
43 * Element name of the packet extension.
48 * Namespace of the packet extension.
219 * Packet extension provider for AgentStatus packets.
|
OccupantsInfo.java | 20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.IQ;
30 * Packet used for requesting information about occupants of a room or for retrieving information
44 * Element name of the packet extension.
49 * Namespace of the packet extension.
125 * Packet extension provider for AgentStatusRequest packets.
|
RoomInvitation.java | 20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.PacketExtension;
27 * Packet extension for {@link org.jivesoftware.smackx.workgroup.agent.InvitationRequest}.
34 * Element name of the packet extension.
39 * Namespace of the packet extension.
118 // Add packet extensions, if any are defined.
|
RoomTransfer.java | 20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.PacketExtension;
27 * Packet extension for {@link org.jivesoftware.smackx.workgroup.agent.TransferRequest}.
34 * Element name of the packet extension.
39 * Namespace of the packet extension.
118 // Add packet extensions, if any are defined.
|
/external/tcpdump/ |
print-sll.c | 110 * Linux "cooked capture" header of the packet, 'h->ts' is the timestamp, 111 * 'h->len' is the length of the packet off the wire, and 'h->caplen' 126 * adds this many bytes of header to every packet in a 149 * packet type? 179 /* ether_type not known, print raw packet */ 192 /* ether_type not known, print raw packet */
|
print-vjc.c | 48 * RFC 1144 implies that, on the wire, the packet type is *not* needed 55 * a COMPRESSED_TCP packet; that byte is the change byte, and 59 * UNCOMPRESSED_TCP packet; that byte is the first byte of 64 * Otherwise, the packet is an IPv4 packet (where the upper 4 bits 65 * of the packet are 4).
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
dccp.h | 8 * struct dccp_hdr - generic part of DCCP packet header 10 * @dccph_sport - Relevant port on the endpoint that sent this packet 14 * @dccph_cscov - Parts of the packet that are covered by the Checksum field 17 * @dccph_type - packet type, see DCCP_PKT_ prefixed macros 50 * struct dccp_hdr_ext - the low bits of a 48 bit seq packet 52 * @dccph_seq_low - low 24 bits of a 48 bit seq packet
|
ppp-comp.h | 2 * ppp-comp.h - Definitions for doing PPP packet compression. 81 /* Compress a packet */ 102 /* Decompress a packet. */ 106 /* Update state for an incompressible packet received */ 120 * decompressed packet if successful, otherwise DECOMP_ERROR 151 * Parts of a CCP packet.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
dccp.h | 8 * struct dccp_hdr - generic part of DCCP packet header 10 * @dccph_sport - Relevant port on the endpoint that sent this packet 14 * @dccph_cscov - Parts of the packet that are covered by the Checksum field 17 * @dccph_type - packet type, see DCCP_PKT_ prefixed macros 50 * struct dccp_hdr_ext - the low bits of a 48 bit seq packet 52 * @dccph_seq_low - low 24 bits of a 48 bit seq packet
|