/external/qemu/slirp-android/ |
if.c | 77 * XXXXX Any zeros arriving by themselves are NOT placed into the arriving packet. 123 * if_output: Queue packet into an output queue. 127 * way, we can output packets fairly by sending one packet from each 159 * We mustn't put this packet back on the fastq (or we'll send it out of order) 176 * Check if this packet is a part of the last 177 * packet's session 229 * Send a packet 230 * We choose a packet based on it's position in the output queues; 232 * everything else. Otherwise we choose the first packet from the 233 * batchq and send it. the next packet chosen will be from the sessio [all...] |
/external/smack/src/org/jivesoftware/smack/provider/ |
PacketExtensionProvider.java | 23 import org.jivesoftware.smack.packet.PacketExtension; 36 * Parse an extension sub-packet and create a PacketExtension instance. At 38 * opening element of the packet extension. At the end of the method call, the 39 * parser <b>must</b> be positioned on the closing element of the packet extension.
|
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/ |
InBandBytestreamSession.java | 30 import org.jivesoftware.smack.packet.IQ;
31 import org.jivesoftware.smack.packet.Message;
32 import org.jivesoftware.smack.packet.Packet;
33 import org.jivesoftware.smack.packet.PacketExtension;
34 import org.jivesoftware.smack.packet.XMPPError;
38 import org.jivesoftware.smackx.bytestreams.ibb.packet.Close;
39 import org.jivesoftware.smackx.bytestreams.ibb.packet.Data;
40 import org.jivesoftware.smackx.bytestreams.ibb.packet.DataPacketExtension;
41 import org.jivesoftware.smackx.bytestreams.ibb.packet.Open; [all...] |
/external/smack/src/org/jivesoftware/smackx/provider/ |
DelayInformationProvider.java | 26 import org.jivesoftware.smack.packet.Packet; 27 import org.jivesoftware.smack.packet.PacketExtension; 30 import org.jivesoftware.smackx.packet.DelayInformation;
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
EmbeddedPacketExtension.java | 18 import org.jivesoftware.smack.packet.Packet;
19 import org.jivesoftware.smack.packet.PacketExtension;
25 * top level {@link Packet} types to consider any embedded element to be an extension
|
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/ |
SessionID.java | 20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.PacketExtension;
29 * Element name of the packet extension.
34 * Namespace of the packet extension.
|
UserID.java | 20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.PacketExtension;
29 * Element name of the packet extension.
34 * Namespace of the packet extension.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
auto_fs4.h | 32 /* Daemon notification packet types */ 39 /* Kernel protocol version 4 packet types */ 44 /* Kernel protocol version 5 packet types */ 69 /* autofs v5 common packet struct */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
auto_fs4.h | 32 /* Daemon notification packet types */ 39 /* Kernel protocol version 4 packet types */ 44 /* Kernel protocol version 5 packet types */ 69 /* autofs v5 common packet struct */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
auto_fs4.h | 32 /* Daemon notification packet types */ 39 /* Kernel protocol version 4 packet types */ 44 /* Kernel protocol version 5 packet types */ 69 /* autofs v5 common packet struct */
|
/external/bluetooth/bluedroid/stack/avdt/ |
avdt_defs.h | 32 /* signalling packet type */ 33 #define AVDT_PKT_TYPE_SINGLE 0 /* single packet */ 34 #define AVDT_PKT_TYPE_START 1 /* start packet */ 35 #define AVDT_PKT_TYPE_CONT 2 /* continue packet */ 36 #define AVDT_PKT_TYPE_END 3 /* end packet */ 110 /* header lengths for different packet types */ 111 #define AVDT_LEN_TYPE_SINGLE 2 /* single packet */ 112 #define AVDT_LEN_TYPE_START 3 /* start packet */ 113 #define AVDT_LEN_TYPE_CONT 1 /* continue packet */ 114 #define AVDT_LEN_TYPE_END 1 /* end packet */ [all...] |
/external/chromium_org/media/cast/ |
cast_sender_impl.cc | 72 // receiver. The class verifies that that it is a RTCP packet and based on the 73 // SSRC of the incoming packet route the packet to the correct sender; audio or 109 virtual void ReceivedPacket(const uint8* packet, 112 if (!Rtcp::IsRtcpPacket(packet, length)) { 115 // with the packet. 116 VLOG(1) << "Unexpectedly received a RTP packet in the cast sender"; 120 uint32 ssrc_of_sender = Rtcp::GetSsrcOfSender(packet, length); 124 packet, length, callback)); 128 packet, length, callback)) [all...] |
/external/chromium_org/net/quic/ |
quic_received_packet_manager.h | 5 // Manages the packet entropy calculation for both sent and received packets 32 // bytes: the packet size in bytes including Quic Headers. 33 // header: the packet header. 34 // timestamp: the arrival time of the packet. 35 // revived: true if the packet was lost and then recovered with help of a 36 // FEC packet. 45 // Checks if we're still waiting for the packet with |sequence_number|. 52 // Should be called before sending an ACK packet, to decide if we need 102 // Recalculate the entropy hash and clears old packet entropies, 117 // Every received packet has an entry, and packets without the entropy bit se [all...] |
/external/chromium_org/remoting/codec/ |
audio_encoder_opus.h | 30 scoped_ptr<AudioPacket> packet) OVERRIDE; 35 bool ResetForPacket(AudioPacket* packet); 49 // Used to pass packet to the FetchBytesToResampler() callback.
|
/external/chromium_org/remoting/host/ |
ipc_audio_capturer.h | 30 // Called by DesktopSessionProxy when an audio packet is received. 31 void OnAudioPacket(scoped_ptr<AudioPacket> packet); 34 // Invoked when an audio packet was received.
|
/external/chromium_org/remoting/proto/ |
mux.proto | 14 // Channel ID. Each peer choses this value when it sends first packet to 15 // the other peer. It unique identified channel this packet belongs to. 22 // in the first packet for a given channel. All other packets must be
|
/external/iptables/extensions/ |
libip6t_LOG.man | 25 Log options from the TCP packet header. 28 Log options from the IPv6 packet header. 31 Log the userid of the process which generated the packet.
|
libipt_LOG.man | 25 Log options from the TCP packet header. 28 Log options from the IP packet header. 31 Log the userid of the process which generated the packet.
|
/external/libogg/ |
CHANGES | 4 sizes when packet sizes are large. 19 * Correct a bug in the granulepos field of pages where no packet ends 25 * fix a bug with multipage packet assembly after seek
|
/external/libogg/doc/ |
framing.html | 86 mechanisms that provide their own framing and packet-separation 91 properly separate data back into packets at the original packet 92 boundaries without relying on decoding to find packet boundaries.</p> 100 packet boundary marking, high-level framing, sync and seeking.</li> 126 packet segments into a variable length page preceded by a page 137 <h3>Packet segmentation</h3> 142 page data need not be disturbed, even when a packet spans page 145 <p>The raw packet is logically divided into [n] 255 byte segments and a 146 last fractional segment of < 255 bytes. A packet size may well 155 raw packet [all...] |
/external/libvorbis/doc/ |
framing.html | 86 mechanisms that provide their own framing and packet-separation 91 properly separate data back into packets at the original packet 92 boundaries without relying on decoding to find packet boundaries.</p> 100 packet boundary marking, high-level framing, sync and seeking.</li> 126 packet segments into a variable length page preceded by a page 137 <h3>Packet segmentation</h3> 142 page data need not be disturbed, even when a packet spans page 145 <p>The raw packet is logically divided into [n] 255 byte segments and a 146 last fractional segment of < 255 bytes. A packet size may well 155 raw packet [all...] |
/external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/provider/ |
CloseIQProvider.java | 16 import org.jivesoftware.smack.packet.IQ;
18 import org.jivesoftware.smackx.bytestreams.ibb.packet.Close;
22 * Parses a close In-Band Bytestream packet.
|
OpenIQProvider.java | 16 import org.jivesoftware.smack.packet.IQ;
19 import org.jivesoftware.smackx.bytestreams.ibb.packet.Open;
23 * Parses an In-Band Bytestream open packet.
|
/external/smack/src/org/jivesoftware/smackx/filetransfer/ |
IBBTransferNegotiator.java | 31 import org.jivesoftware.smack.packet.IQ;
32 import org.jivesoftware.smack.packet.Packet;
36 import org.jivesoftware.smackx.bytestreams.ibb.packet.Open;
37 import org.jivesoftware.smackx.packet.StreamInitiation;
80 Packet streamInitiation = initiateIncomingStream(this.connection, initiation);
99 InputStream negotiateIncomingStream(Packet streamInitiation) throws XMPPException {
129 public boolean accept(Packet packet) {
130 if (super.accept(packet)) {
[all...] |
Socks5TransferNegotiator.java | 27 import org.jivesoftware.smack.packet.IQ;
28 import org.jivesoftware.smack.packet.Packet;
32 import org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream;
33 import org.jivesoftware.smackx.packet.StreamInitiation;
76 Packet streamInitiation = initiateIncomingStream(this.connection, initiation);
98 InputStream negotiateIncomingStream(Packet streamInitiation) throws XMPPException,
140 public boolean accept(Packet packet) {
141 if (super.accept(packet)) {
[all...] |