/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
ip6_tunnel.h | 11 /* don't add encapsulation limit if one isn't present in inner packet */ 13 /* copy the traffic class field from the inner packet */ 15 /* copy the flowlabel from the inner packet */ 19 /* copy DSCP from the outer packet */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ip6_tunnel.h | 11 /* don't add encapsulation limit if one isn't present in inner packet */ 13 /* copy the traffic class field from the inner packet */ 15 /* copy the flowlabel from the inner packet */ 19 /* copy DSCP from the outer packet */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
ip6_tunnel.h | 11 /* don't add encapsulation limit if one isn't present in inner packet */ 13 /* copy the traffic class field from the inner packet */ 15 /* copy the flowlabel from the inner packet */ 19 /* copy DSCP from the outer packet */
|
/external/chromium_org/net/quic/ |
quic_connection_logger.h | 31 const QuicEncryptedPacket& packet, 38 const QuicEncryptedPacket& packet) OVERRIDE; 49 const QuicPublicResetPacket& packet) OVERRIDE; 51 const QuicVersionNegotiationPacket& packet) OVERRIDE; 64 // The last packet sequence number received. 66 // The largest packet sequence number received. In case of that a packet is 69 // The largest packet sequence number which the peer has failed to 70 // receive, according to the missing packet set in their ack frames. 72 // Number of times that the current received packet sequence number i [all...] |
quic_framer_test.cc | 56 // Index into the private flags offset in the data packet header. 89 // Index into the nonce proof of the public reset packet. 94 // Index into the rejected sequence number of the public reset packet. 210 const QuicPublicResetPacket& packet) OVERRIDE { 211 public_reset_packet_.reset(new QuicPublicResetPacket(packet)); 215 const QuicVersionNegotiationPacket& packet) OVERRIDE { 216 version_negotiation_packet_.reset(new QuicVersionNegotiationPacket(packet)); 340 QuicPacket* packet) { 342 LOG(ERROR) << "Encrypted incorrect packet sequence number. expected " 347 if (packet->AssociatedData() != encrypter_->associated_data_) 567 char packet[] = { 0x00 }; local 574 unsigned char packet[kMaxPacketSize + 1] = { local 606 unsigned char packet[] = { local 660 unsigned char packet[] = { local 715 unsigned char packet[] = { local 769 unsigned char packet[] = { local 819 unsigned char packet[] = { local 878 unsigned char packet[] = { local 933 unsigned char packet[] = { local 988 unsigned char packet[] = { local 1040 unsigned char packet[] = { local 1063 unsigned char packet[] = { local 1088 unsigned char packet[] = { local 1115 unsigned char packet[] = { local 1138 unsigned char packet[] = { local 1160 unsigned char packet[] = { local 1207 unsigned char packet[] = { local 1255 unsigned char packet[] = { local 1304 unsigned char packet[] = { local 1353 unsigned char packet[] = { local 1402 unsigned char packet[] = { local 1456 unsigned char packet[] = { local 1551 unsigned char packet[] = { local 1605 unsigned char packet[] = { local 1704 unsigned char packet[] = { local 1763 unsigned char packet[] = { local 1839 unsigned char packet[] = { local 1896 unsigned char packet[] = { local 1992 unsigned char packet[] = { local 2044 unsigned char packet[] = { local 2069 unsigned char packet[] = { local 2128 unsigned char packet[] = { local 2186 unsigned char packet[] = { local 2247 unsigned char packet[] = { local 2299 unsigned char packet[] = { local 2335 unsigned char packet[] = { local 2386 unsigned char packet[kMaxPacketSize] = { local 2434 unsigned char packet[kMaxPacketSize] = { local 2481 unsigned char packet[kMaxPacketSize] = { local 2528 unsigned char packet[kMaxPacketSize] = { local 2578 unsigned char packet[] = { local 2631 unsigned char packet[] = { local 2674 unsigned char packet[] = { local 2716 unsigned char packet[] = { local 2778 unsigned char packet[] = { local 2837 unsigned char packet[] = { local 2900 unsigned char packet[] = { local 2966 unsigned char packet[] = { local 3022 unsigned char packet[] = { local 3074 unsigned char packet[] = { local 3118 unsigned char packet[] = { local 3156 unsigned char packet[] = { local 3188 unsigned char packet[] = { local 3222 unsigned char packet[] = { local 3377 unsigned char packet[] = { local 3412 unsigned char packet[] = { local 3449 unsigned char packet[] = { local [all...] |
quic_packet_generator.h | 8 // just-in-time. When a packet needs to be sent, the Generator 9 // will serialize a packet and pass it to QuicConnection::SendOrQueuePacket() 16 // a packet to be serialized. In particular: 30 // an Ack frame which will then be included in the packet. When 31 // the write call completes, the current packet will be serialized 35 // add data to the "current" packet. When the current packet becomes 36 // full, it will be serialized and sent to the packet. When batch 37 // mode is ended via |FinishBatchOperations|, the current packet 43 // an FEC packet will be sent after each write call completes [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_scene_queue.c | 92 struct scene_packet packet; local 95 packet.scene = NULL; 98 &packet.header, 99 sizeof packet / 4, 104 return packet.scene; 112 struct scene_packet packet; local 114 packet.header.dwords = sizeof packet / 4; 115 packet.header.data24 = 0; 116 packet.scene = scene [all...] |
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_scene_queue.c | 92 struct scene_packet packet; local 95 packet.scene = NULL; 98 &packet.header, 99 sizeof packet / 4, 104 return packet.scene; 112 struct scene_packet packet; local 114 packet.header.dwords = sizeof packet / 4; 115 packet.header.data24 = 0; 116 packet.scene = scene [all...] |
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/ |
DataListener.java | 20 import org.jivesoftware.smack.packet.Packet;
21 import org.jivesoftware.smackx.bytestreams.ibb.packet.Data;
25 * packet extension that don't belong to an existing session.
27 * If a data packet is received it looks if a stored In-Band Bytestream session
42 /* packet filter for all In-Band Bytestream data packets */
55 public void processPacket(Packet packet) {
56 Data data = (Data) packet;
65 * Returns the packet filter for In-Band Bytestream data packets. [all...] |
CloseListener.java | 21 import org.jivesoftware.smack.packet.IQ;
22 import org.jivesoftware.smack.packet.Packet;
23 import org.jivesoftware.smackx.bytestreams.ibb.packet.Close;
39 /* packet filter for all In-Band Bytestream close requests */
52 public void processPacket(Packet packet) {
53 Close closeRequest = (Close) packet;
67 * Returns the packet filter for In-Band Bytestream close requests.
69 * @return the packet filter for In-Band Bytestream close requests [all...] |
/external/smack/src/org/jivesoftware/smackx/ |
MultipleRecipientManager.java | 25 import org.jivesoftware.smack.packet.Message; 26 import org.jivesoftware.smack.packet.Packet; 29 import org.jivesoftware.smackx.packet.DiscoverInfo; 30 import org.jivesoftware.smackx.packet.DiscoverItems; 31 import org.jivesoftware.smackx.packet.MultipleAddresses; 53 * Sends the specified packet to the list of specified recipients using the 55 * packet is going to be sent to the server with the multiple recipient instructions. 57 * the packet to each recipient. 59 * @param connection the connection to use to send the packet [all...] |
/external/eigen/Eigen/src/Core/ |
Functors.h | 27 template<typename Packet> 28 EIGEN_STRONG_INLINE const Packet packetOp(const Packet& a, const Packet& b) const 30 template<typename Packet> 31 EIGEN_STRONG_INLINE const Scalar predux(const Packet& a) const 55 template<typename Packet> 56 EIGEN_STRONG_INLINE const Packet packetOp(const Packet& a, const Packet& b) cons [all...] |
/external/iptables/extensions/ |
libipt_MIRROR.man | 2 and destination fields in the IP header and retransmits the packet. 11 seen by any packet filtering chains, connection tracking or NAT, to
|
libxt_DSCP.man | 2 header of the IPv4 packet. As this manipulates a packet, it can only
|
libxt_state.man | 2 the connection tracking state for this packet. 8 meaning that the packet could not be identified for some reason which 12 meaning that the packet is associated with a connection which has seen 15 meaning that the packet has started a new connection, or otherwise 19 meaning that the packet is starting a new connection, but is 23 meaning that the packet is not tracked at all, which happens if you use
|
/external/qemu/android/ |
sdk-controller-socket.c | 58 /* The packet is a message. */ 60 /* The packet is a query. */ 62 /* The packet is a response to a query. */ 104 /* Packet signature value ('SDKC'). */ 107 /* Data packet descriptor. 110 * header, with packet data immediately following this header. 115 /* Total size of the data to transfer with this packet, including this 118 /* Encodes packet type. See SDKCTL_PACKET_XXX for the list of packet types 123 /* Packet descriptor, allocated by this API for data packets to be sent to SD 166 SDKCtlPacketHeader* packet; member in struct:SDKCtlDirectPacket 186 SDKCtlPacketHeader packet; member in struct:SDKCtlQueryHeader 247 SDKCtlPacketHeader packet; member in struct:SDKCtlQueryReplyHeader 264 SDKCtlPacketHeader packet; member in struct:SDKCtlMessageHeader 276 SDKCtlPacket packet; member in struct:SDKCtlMessage 325 SDKCtlPacket* packet; member in struct:SDKCtlIODispatcher 624 SDKCtlPacket* const packet = local 691 SDKCtlPacket* const packet = (SDKCtlPacket*)io_opaque; local 757 SDKCtlDirectPacket* const packet = local 821 SDKCtlDirectPacket* const packet = (SDKCtlDirectPacket*)io_opaque; local 1512 SDKCtlPacket* const packet = dispatcher->packet; local [all...] |
/external/bluetooth/bluedroid/stack/avct/ |
avct_defs.h | 32 /* packet type */ 33 #define AVCT_PKT_TYPE_SINGLE 0 /* single packet */ 34 #define AVCT_PKT_TYPE_START 1 /* start packet */ 35 #define AVCT_PKT_TYPE_CONT 2 /* continue packet */ 36 #define AVCT_PKT_TYPE_END 3 /* end packet */ 38 /* header lengths for different packet types */
|
/external/chromium_org/net/quic/congestion_control/ |
receive_algorithm_interface.h | 29 // Should be called for each incoming packet. 30 // bytes: is the packet size in bytes including IP headers. 31 // sequence_number: is the unique sequence number from the QUIC packet header. 32 // timestamp: is the sent timestamp from the QUIC packet header. 33 // revived: is set if the packet is lost and then recovered with help of FEC 34 // (Forward Error Correction) packet(s).
|
/external/qemu/ |
tcpdump.h | 17 /* global flag, set to 1 when packet captupe is active */ 20 /* start a new packet capture, close the current one if any. 24 /* stop the current packet capture, if any */ 27 /* send an ethernet packet to the packet capture file, if any */ 32 * due to global and packet headers.
|
/external/smack/src/org/jivesoftware/smack/filter/ |
NotFilter.java | 23 import org.jivesoftware.smack.packet.Packet; 26 * Implements the logical NOT operation on a packet filter. In other words, packets 47 public boolean accept(Packet packet) { 48 return !filter.accept(packet);
|
/frameworks/av/media/mtp/ |
MtpProperty.cpp | 124 void MtpProperty::read(MtpDataPacket& packet) { 125 mCode = packet.getUInt16(); 127 mType = packet.getUInt16(); 128 mWriteable = (packet.getUInt8() == 1); 140 mDefaultArrayValues = readArrayValues(packet, mDefaultArrayLength); 142 mCurrentArrayValues = readArrayValues(packet, mCurrentArrayLength); 145 readValue(packet, mDefaultValue); 147 readValue(packet, mCurrentValue); 150 mGroupCode = packet.getUInt32(); 151 mFormFlag = packet.getUInt8() [all...] |
/libcore/luni/src/main/java/libcore/net/ |
RawSocket.java | 49 String interfaceName, short protocolType, byte[] destMac, byte[] packet, 51 private static native int recvPacket(FileDescriptor fd, byte[] packet, 72 * Reads a raw packet into the specified buffer, with the 77 * The packet data will start at the IP header (EthernetII 80 public int read(byte[] packet, int offset, int byteCount, int destPort, 82 if (packet == null) { 83 throw new NullPointerException("packet == null"); 86 Arrays.checkOffsetAndCount(packet.length, offset, byteCount); 93 return recvPacket(fd, packet, offset, byteCount, destPort, 98 * Writes a raw packet to the desired interface. A L2 header wil [all...] |
/external/ppp/pppd/plugins/rp-pppoe/ |
common.c | 36 * packet -- the PPPoE discovery packet to parse 37 * func -- function called for each tag in the packet 42 * Parses a PPPoE discovery packet, calling "func" for each tag in the packet. 46 parsePacket(PPPoEPacket *packet, ParseFunc *func, void *extra) 48 UINT16_t len = ntohs(packet->length); 52 if (packet->ver != 1) { 53 syslog(LOG_ERR, "Invalid PPPoE version (%d)", (int) packet->ver); 56 if (packet->type != 1) 398 PPPoEPacket packet; local [all...] |
debug.c | 78 * packet -- a PPPoE packet 83 * Dumps the PPPoE packet to fp in an easy-to-read format 86 dumpPacket(FILE *fp, PPPoEPacket *packet, char const *dir) 88 int len = ntohs(packet->length); 97 UINT16_t type = etherType(packet); 113 switch(packet->code) { 123 (int) ntohs(packet->session), 130 (unsigned) packet->ethHdr.h_source[0], 131 (unsigned) packet->ethHdr.h_source[1] [all...] |
/external/chromium/third_party/libjingle/source/talk/session/phone/ |
rtpdump.cc | 58 // RTP packet format (http://www.networksorcery.com/enp/protocol/rtp.htm). 93 talk_base::StreamResult RtpDumpReader::ReadPacket(RtpDumpPacket* packet) { 94 if (!packet) return talk_base::SR_ERROR; 106 // Read the RTP dump packet header. 117 packet->is_rtcp = (0 == data_len); 118 buf.ReadUInt32(&packet->elapsed_time); 119 packet->data.resize(dump_packet_len - sizeof(header)); 121 // Read the actual RTP or RTCP packet. 122 return stream_->ReadAll(&packet->data[0], packet->data.size(), NULL, NULL) [all...] |