/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/ |
ethernet.h | 43 u_int16_t ether_type; /* packet type ID field */ 56 #define ETHER_MIN_LEN (ETH_ZLEN + ETHER_CRC_LEN) /* min packet length */ 57 #define ETHER_MAX_LEN (ETH_FRAME_LEN + ETHER_CRC_LEN) /* max packet length */ 64 * The ETHERTYPE_NTRAILER packet types starting at ETHERTYPE_TRAIL have 68 #define ETHERTYPE_TRAIL 0x1000 /* Trailer packet */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_packet.h | 24 /* Packet types */ 35 /* Packet socket options */ 40 /* Value 4 is still used by obsolete turbo-packet. */ 89 - Gap, chosen so that packet data (Start+tp_net) alignes to TPACKET_ALIGNMENT=16 91 - Start+tp_net: Packet data, aligned to TPACKET_ALIGNMENT=16.
|
if_ether.h | 42 #define ETH_P_LOOP 0x0060 /* Ethernet Loopback packet */ 43 #define ETH_P_PUP 0x0200 /* Xerox PUP packet */ 44 #define ETH_P_PUPAT 0x0201 /* Xerox PUP Addr Trans packet */ 45 #define ETH_P_IP 0x0800 /* Internet Protocol packet */ 47 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ 48 #define ETH_P_BPQ 0x08FF /* G8BPQ AX.25 Ethernet Packet [ NOT AN OFFICIALLY REGISTERED ID ] */ 49 #define ETH_P_IEEEPUP 0x0a00 /* Xerox IEEE802.3 PUP packet */ 50 #define ETH_P_IEEEPUPAT 0x0a01 /* Xerox IEEE802.3 PUP Addr Trans packet */ 59 #define ETH_P_RARP 0x8035 /* Reverse Addr Res packet */ 86 #define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/ |
ethernet.h | 43 u_int16_t ether_type; /* packet type ID field */ 56 #define ETHER_MIN_LEN (ETH_ZLEN + ETHER_CRC_LEN) /* min packet length */ 57 #define ETHER_MAX_LEN (ETH_FRAME_LEN + ETHER_CRC_LEN) /* max packet length */ 64 * The ETHERTYPE_NTRAILER packet types starting at ETHERTYPE_TRAIL have 68 #define ETHERTYPE_TRAIL 0x1000 /* Trailer packet */
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
SFTPv3Client.java | 24 import ch.ethz.ssh2.sftp.Packet; 32 * the packet types described in draft-ietf-secsh-filexfer-02.txt. 127 public void read(String packet) 129 log.debug("Read packet " + packet); 132 public void write(String packet) 134 log.debug("Write packet " + packet); 202 listener.write(Packet.forName(type)); 206 if (type != Packet.SSH_FXP_INIT [all...] |
/external/iproute2/include/linux/ |
if_ether.h | 42 #define ETH_P_LOOP 0x0060 /* Ethernet Loopback packet */ 43 #define ETH_P_PUP 0x0200 /* Xerox PUP packet */ 44 #define ETH_P_PUPAT 0x0201 /* Xerox PUP Addr Trans packet */ 45 #define ETH_P_IP 0x0800 /* Internet Protocol packet */ 47 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ 48 #define ETH_P_BPQ 0x08FF /* G8BPQ AX.25 Ethernet Packet [ NOT AN OFFICIALLY REGISTERED ID ] */ 49 #define ETH_P_IEEEPUP 0x0a00 /* Xerox IEEE802.3 PUP packet */ 50 #define ETH_P_IEEEPUPAT 0x0a01 /* Xerox IEEE802.3 PUP Addr Trans packet */ 60 #define ETH_P_RARP 0x8035 /* Reverse Addr Res packet */ 101 #define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) * [all...] |
/external/kernel-headers/original/linux/ |
if_ether.h | 42 #define ETH_P_LOOP 0x0060 /* Ethernet Loopback packet */ 43 #define ETH_P_PUP 0x0200 /* Xerox PUP packet */ 44 #define ETH_P_PUPAT 0x0201 /* Xerox PUP Addr Trans packet */ 45 #define ETH_P_IP 0x0800 /* Internet Protocol packet */ 47 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ 48 #define ETH_P_BPQ 0x08FF /* G8BPQ AX.25 Ethernet Packet [ NOT AN OFFICIALLY REGISTERED ID ] */ 49 #define ETH_P_IEEEPUP 0x0a00 /* Xerox IEEE802.3 PUP packet */ 50 #define ETH_P_IEEEPUPAT 0x0a01 /* Xerox IEEE802.3 PUP Addr Trans packet */ 60 #define ETH_P_RARP 0x8035 /* Reverse Addr Res packet */ 92 #define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) * [all...] |
/external/llvm/include/llvm/CodeGen/ |
DFAPacketizer.h | 12 // functional unit assignments in a packet. The DFA is auto-generated from 18 // consumption for a given set of instructions in a packet. A transition 19 // models the addition of an instruction to a packet. In the DFA constructed 20 // by this class, if an instruction can be added to a packet, then a valid 22 // indicate that the instruction cannot be added to the current packet. 89 // the current packet. If no dependency is found, I is added to current packet 101 // Vector of instructions assigned to the current packet. 124 // addToPacket - Add MI to the current packet. 132 // endPacket - End the current packet [all...] |
/external/smack/src/org/jivesoftware/smackx/packet/ |
RosterExchange.java | 21 package org.jivesoftware.smackx.packet; 26 import org.jivesoftware.smack.packet.PacketExtension; 78 * Adds a roster entry to the packet. 91 // Create a new Entry based on the rosterEntry and add it to the packet 99 * Adds a remote roster entry to the packet. 110 * Returns the XML element name of the extension sub-packet root element. 113 * @return the XML element name of the packet extension. 120 * Returns the XML namespace of the extension sub-packet root element. 124 * @return the XML namespace of the packet extension. 131 * Returns an Iterator for the roster entries in the packet [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
if_ether.h | 42 #define ETH_P_LOOP 0x0060 /* Ethernet Loopback packet */ 43 #define ETH_P_PUP 0x0200 /* Xerox PUP packet */ 44 #define ETH_P_PUPAT 0x0201 /* Xerox PUP Addr Trans packet */ 45 #define ETH_P_IP 0x0800 /* Internet Protocol packet */ 47 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ 48 #define ETH_P_BPQ 0x08FF /* G8BPQ AX.25 Ethernet Packet [ NOT AN OFFICIALLY REGISTERED ID ] */ 49 #define ETH_P_IEEEPUP 0x0a00 /* Xerox IEEE802.3 PUP packet */ 50 #define ETH_P_IEEEPUPAT 0x0a01 /* Xerox IEEE802.3 PUP Addr Trans packet */ 59 #define ETH_P_RARP 0x8035 /* Reverse Addr Res packet */ 86 #define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
if_ether.h | 42 #define ETH_P_LOOP 0x0060 /* Ethernet Loopback packet */ 43 #define ETH_P_PUP 0x0200 /* Xerox PUP packet */ 44 #define ETH_P_PUPAT 0x0201 /* Xerox PUP Addr Trans packet */ 45 #define ETH_P_IP 0x0800 /* Internet Protocol packet */ 47 #define ETH_P_ARP 0x0806 /* Address Resolution packet */ 48 #define ETH_P_BPQ 0x08FF /* G8BPQ AX.25 Ethernet Packet [ NOT AN OFFICIALLY REGISTERED ID ] */ 49 #define ETH_P_IEEEPUP 0x0a00 /* Xerox IEEE802.3 PUP packet */ 50 #define ETH_P_IEEEPUPAT 0x0a01 /* Xerox IEEE802.3 PUP Addr Trans packet */ 59 #define ETH_P_RARP 0x8035 /* Reverse Addr Res packet */ 86 #define ETH_P_ALL 0x0003 /* Every packet (be careful!!!) * [all...] |
/external/chromium_org/google_apis/gcm/engine/ |
connection_handler_impl.h | 46 // size packet). Only used during the login handshake. 49 // packet). Used for normal messages. 51 // Processing a maximum length size packet (for messages with length > 128). 52 // Used when a normal size packet was not sufficient to read the message 68 // message size, and bytes packet types. 73 // OnGot* message to process the packet data. If the read times out, 90 // handshake (version and/or LoginResponse) or once at least a tag packet has
|
/external/chromium_org/net/quic/test_tools/ |
simple_quic_framer.cc | 39 const QuicPublicResetPacket& packet) OVERRIDE {} 41 const QuicVersionNegotiationPacket& packet) OVERRIDE {} 58 // Save a copy of the data so it is valid after the packet is processed. 149 bool SimpleQuicFramer::ProcessPacket(const QuicPacket& packet) { 151 ENCRYPTION_NONE, 0, packet)); 155 bool SimpleQuicFramer::ProcessPacket(const QuicEncryptedPacket& packet) { 158 return framer_.ProcessPacket(packet);
|
/external/eigen/Eigen/src/Core/ |
Swap.h | 34 typedef typename internal::packet_traits<Scalar>::type Packet; 99 Packet tmp = m_expression.template packet<StoreMode>(row, col); 101 _other.template packet<LoadMode>(row, col) 111 Packet tmp = m_expression.template packet<StoreMode>(index); 113 _other.template packet<LoadMode>(index)
|
/external/iptables/extensions/ |
libxt_conntrack.man | 2 connection tracking state for this packet/connection. 45 meaning that the packet is associated with no known connection 48 meaning that the packet has started a new connection, or otherwise associated 52 meaning that the packet is associated with a connection which has seen packets 56 meaning that the packet is starting a new connection, but is associated with an 60 meaning that the packet is not tracked at all, which happens if you use 86 Connection is confirmed: originating packet has left box.
|
/external/smack/src/org/jivesoftware/smack/ |
PacketReader.java | 24 import org.jivesoftware.smack.packet.*; 37 * Listens for XML traffic from the XMPP server and parses it into packet objects. 38 * The packet reader also invokes all packet listeners and collectors.<p> 73 readerThread.setName("Smack Packet Reader (" + connection.connectionCounterValue + ")"); 92 * Starts the packet reader thread and returns once a connection to the server 123 * Shuts the packet reader down. 146 * Cleans up all resources used by the packet reader. 189 // the connectionID lock so that the packet reader startup can finish. 307 * Processes a packet after it's been fully parsed by looping through the installe 417 private Packet packet; field in class:PacketReader.ListenerNotification [all...] |
PrivacyListManager.java | 23 import org.jivesoftware.smack.packet.IQ;
24 import org.jivesoftware.smack.packet.Packet;
25 import org.jivesoftware.smack.packet.Privacy;
26 import org.jivesoftware.smack.packet.PrivacyItem;
84 * Initializes the packet listeners of the connection that will notify for any set privacy
116 public void processPacket(Packet packet) {
118 if (packet == null || packet.getError() != null) { [all...] |
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/ |
QueueUpdate.java | 20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.PacketExtension;
27 * An IQ packet that encapsulates both types of workgroup queue
34 * Element name of the packet extension.
39 * Namespace of the packet extension.
53 * value isn't set on this packet.
63 * -1 if the value isn't set on this packet.
|
/external/chromium_org/net/quic/ |
quic_protocol.h | 49 // Default and initial maximum size in bytes of a QUIC packet. 51 // The maximum packet size of any QUIC packet, based on ethernet's max size, 54 // max packet size is 1500 bytes, 1500 - 48 = 1452. 73 // Number of bytes reserved for public flags in the packet header. 75 // Number of bytes reserved for version number in the packet header. 77 // Number of bytes reserved for private flags in the packet header. 79 // Number of bytes reserved for FEC group in the packet header. 81 // Number of bytes reserved for the nonce proof in public reset packet. 87 // Index of the first byte in a QUIC packet which is used in hash calculation 909 QuicPacket* packet; member in struct:net::SerializedPacket [all...] |
quic_packet_creator.cc | 93 // Set the fec group number to the sequence number of the next packet. 100 // A packet that is already open might send kQuicVersionSize bytes less than the 101 // maximum packet size if we stop sending version before it is serialized. 115 // Since the packet creator will not change sequence number length mid FEC 143 // Assumes this is a stream with a single lone packet. 167 // Create a new packet for the fin, if necessary. 176 // When a STREAM frame is the last frame in a packet, it consumes two fewer 186 // Check if it's the last frame in the packet. 217 // a packet. At that point the notifier is informed of the sequence number 218 // of the packet that this frame was eventually sent in 263 SerializedPacket packet = SerializePacket(); local [all...] |
/external/dnsmasq/contrib/wrt/ |
dhcp_release.c | 252 struct dhcp_packet packet; local 253 unsigned char *p = packet.options; 275 /* This voodoo fakes up a packet coming from the correct interface, which really matters for 288 memset(&packet, 0, sizeof(packet)); 290 packet.hlen = parse_hex(argv[3], packet.chaddr, DHCP_CHADDR_MAX, &mac_type); 292 packet.htype = ARPHRD_ETHER; 294 packet.htype = mac_type; 296 packet.op = BOOTREQUEST [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
structs.h | 173 /* --- Add-overlap in recovery packet --- */ 193 WebRtc_UWord16 prevRtpNumber; /* Previous RTP timestamp from received packet */ 195 WebRtc_UWord32 prevSendTime; /* Send time for previous packet, from RTP header */ 196 WebRtc_UWord32 prevArrivalTime; /* Arrival time for previous packet (in ms using timeGetTime()) */ 197 WebRtc_UWord16 prevRtpRate; /* rate of previous packet, derived from RTP timestamps (in bits/s) */ 255 /* boolean, flags if previous packet exceeded B.N. */ 263 /* ms remaining in buffer when next packet will be sent */ 275 /* Used to keep track of if it is first or second part of 60 msec packet */ 330 WebRtc_Word16 payloadLimitBytes30; /* Maximum allowed number of bits for a 30 msec packet */ 331 WebRtc_Word16 payloadLimitBytes60; /* Maximum allowed number of bits for a 30 msec packet */ [all...] |
/external/dropbear/ |
packet.c | 26 #include "packet.h" 49 /* non-blocking function writing out a current encrypted packet */ 80 /* We've finished with the packet, free it */ 85 /* More packet left to write, leave it in the queue for later */ 92 /* Non-blocking function reading available portion of a packet into the 105 /* In the first blocksize of a packet */ 107 /* Read the first blocksize of the packet, so we can decrypt it and 108 * find the length of the whole packet */ 119 /* Attempt to read the remainder of the packet, note that there 141 /* The whole packet has been read * [all...] |
/external/smack/src/org/jivesoftware/smack/util/ |
PacketParserUtils.java | 33 import org.jivesoftware.smack.packet.Authentication; 34 import org.jivesoftware.smack.packet.Bind; 35 import org.jivesoftware.smack.packet.DefaultPacketExtension; 36 import org.jivesoftware.smack.packet.IQ; 37 import org.jivesoftware.smack.packet.Message; 38 import org.jivesoftware.smack.packet.Packet; 39 import org.jivesoftware.smack.packet.PacketExtension; 40 import org.jivesoftware.smack.packet.Presence; 41 import org.jivesoftware.smack.packet.Registration [all...] |
PacketParserUtils.java.orig | 34 import org.jivesoftware.smack.packet.Authentication; 35 import org.jivesoftware.smack.packet.Bind; 36 import org.jivesoftware.smack.packet.DefaultPacketExtension; 37 import org.jivesoftware.smack.packet.IQ; 38 import org.jivesoftware.smack.packet.Message; 39 import org.jivesoftware.smack.packet.Packet; 40 import org.jivesoftware.smack.packet.PacketExtension; 41 import org.jivesoftware.smack.packet.Presence; 42 import org.jivesoftware.smack.packet.Registration [all...] |