/external/chromium_org/remoting/host/ |
ipc_audio_capturer.cc | 39 void IpcAudioCapturer::OnAudioPacket(scoped_ptr<AudioPacket> packet) { 40 callback_.Run(packet.Pass());
|
/external/iproute2/include/linux/ |
gen_stats.h | 17 * struct gnet_stats_basic - byte/packet throughput statistics 33 * @pps: current packet rate
|
/external/iptables/extensions/ |
libxt_TEE.man | 1 The \fBTEE\fP target will clone a packet and redirect this clone to another 7 Send the cloned packet to the host reachable at the given IP address.
|
libxt_cpu.man | 3 Match cpu handling this packet. cpus are numbered from 0 to NR_CPUS-1 4 Can be used in combination with RPS (Remote Packet Steering) or
|
libxt_ipvs.man | 4 packet belongs to an IPVS connection 18 flow direction of packet
|
libxt_CHECKSUM.man | 5 Compute and fill in the checksum in a packet that lacks a checksum.
|
libxt_NFLOG.man | 2 set for a rule, the Linux kernel will pass the packet to the loaded 3 logging backend to log the packet. This is usually used in combination 4 with nfnetlink_log as logging backend, which will multicast the packet 27 result in less overhead per packet, but increase delay until the
|
libxt_connbytes.man | 3 average bytes per packet. 15 whether \fBnew\fP connections will be byte/packet counted. Existing connection 20 match packets from a connection whose packets/bytes/average packet 32 only in one direction (for example HTTP), the average packet size will
|
/external/libogg/doc/libogg/ |
ogg_stream_packetout.html | 20 <p>This function assembles a data packet for output to the codec 23 into segments. Each successive call returns the next complete packet 30 indicates successful return of a packet.</p> 34 must copy the packet data if a longer lifetime is required.</p> 53 <dd>Pointer to the packet to be filled in with pointers to the new data. 64 <li>0 if there is insufficient data available to complete a packet, or on unrecoverable internal error occurred. <i>op</i> has not been updated. 65 <li>1 if a packet was assembled normally. <i>op</i> contains the next packet from the stream.</li>
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
OfflineMessageInfo.java | 21 package org.jivesoftware.smackx.packet; 23 import org.jivesoftware.smack.packet.PacketExtension; 40 * Returns the XML element name of the extension sub-packet root element. 43 * @return the XML element name of the packet extension. 50 * Returns the XML namespace of the extension sub-packet root element. 53 * @return the XML namespace of the packet extension. 102 * Parses a OfflineMessageInfo packet (extension sub-packet).
|
/external/smack/src/org/jivesoftware/smackx/workgroup/packet/ |
AgentStatusRequest.java | 20 package org.jivesoftware.smackx.workgroup.packet;
22 import org.jivesoftware.smack.packet.IQ;
32 * Agent status request packet. This packet is used by agents to request the list of
33 * agents in a workgroup. The response packet contains a list of packets. Presence
41 * Element name of the packet extension.
46 * Namespace of the packet extension.
117 * Packet extension provider for AgentStatusRequest packets.
|
/external/tcpdump/ |
rx.h | 97 u_int16_t bufferSpace; /* Number of packet buffers available */ 98 u_int16_t maxSkew; /* Max diff between ack'd packet and */ 99 /* highest packet received */ 100 u_int32_t firstPacket; /* The first packet in ack list */ 101 u_int32_t previousPacket; /* Previous packet recv'd (obsolete) */ 102 u_int32_t serial; /* # of packet that prompted the ack */ 112 #define RX_ACK_TYPE_NACK 0 /* Don't have this packet */ 113 #define RX_ACK_TYPE_ACK 1 /* I have this packet */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
gen_stats.h | 17 * struct gnet_stats_basic - byte/packet throughput statistics 30 * @pps: current packet rate
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
gen_stats.h | 17 * struct gnet_stats_basic - byte/packet throughput statistics 30 * @pps: current packet rate
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
gen_stats.h | 17 * struct gnet_stats_basic - byte/packet throughput statistics 30 * @pps: current packet rate
|
/development/samples/ToyVpn/server/linux/ |
ToyVpnServer.cpp | 108 char packet[1024]; local 112 int n = recvfrom(tunnel, packet, sizeof(packet), 0, 117 packet[n] = 0; 118 } while (packet[0] != 0 || strcmp(secret, &packet[1])); 201 // Send the parameters several times in case of packet loss. 206 // Allocate the buffer for a single packet. 207 char packet[32767]; local 219 // Read the outgoing packet from the input stream [all...] |
/external/eigen/Eigen/src/Core/products/ |
SelfadjointMatrixVector.h | 37 typedef typename packet_traits<Scalar>::type Packet; 39 const Index PacketSize = sizeof(Packet)/sizeof(Scalar); 51 conj_helper<Packet,Packet,NumTraits<Scalar>::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, IsRowMajor), ConjugateRhs> pcj0; 52 conj_helper<Packet,Packet,NumTraits<Scalar>::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, !IsRowMajor), ConjugateRhs> pcj1; 78 Packet ptmp0 = pset1<Packet>(t0); 80 Packet ptmp1 = pset1<Packet>(t1) [all...] |
/external/smack/src/org/jivesoftware/smackx/ |
Gateway.java | 17 import org.jivesoftware.smack.packet.IQ; 18 import org.jivesoftware.smack.packet.Packet; 19 import org.jivesoftware.smack.packet.Presence; 20 import org.jivesoftware.smack.packet.Registration; 22 import org.jivesoftware.smackx.packet.DiscoverInfo; 23 import org.jivesoftware.smackx.packet.DiscoverInfo.Identity; 81 Registration packet = new Registration(); local 82 packet.setFrom(connection.getUser()); 83 packet.setType(IQ.Type.GET) [all...] |
/cts/tests/jni/ |
android_net_cts_NetlinkSocket.cpp | 43 jobject fileDescriptor, jint pid, jbyteArray packet) 45 void *bytes = (void *)e->GetByteArrayElements(packet, NULL); 46 uint32_t length = (uint32_t)e->GetArrayLength(packet); 57 e->ReleaseByteArrayElements(packet, (jbyte*)bytes, 0);
|
/external/chromium_org/net/spdy/ |
spdy_websocket_test_util.h | 37 // Constructs a standard SPDY SYN_REPLY packet to match the 41 // Constructs a WebSocket over SPDY handshake request packet. 47 // Constructs a WebSocket over SPDY handshake response packet. 58 // Constructs a WebSocket over SPDY data packet.
|
/external/chromium_org/remoting/codec/ |
audio_encoder.h | 18 virtual scoped_ptr<AudioPacket> Encode(scoped_ptr<AudioPacket> packet) = 0;
|
audio_encoder_verbatim.h | 21 scoped_ptr<AudioPacket> packet) OVERRIDE;
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
fakenetworkinterface.h | 62 // the transport will send multiple copies of the packet with the specified 126 // Indicate that |n|'th packet for |ssrc| should be dropped. 136 virtual bool SendPacket(talk_base::Buffer* packet, 141 if (!GetRtpSsrc(packet->data(), packet->length(), &cur_ssrc)) { 146 // Check if we need to drop this packet. 151 // "Drop" the packet. 155 rtp_packets_.push_back(*packet); 157 talk_base::Buffer buffer_copy(*packet); 166 PostMessage(ST_RTP, *packet); [all...] |
/external/libvorbis/doc/ |
a1-encapsulation-ogg.tex | 9 streams to encapsulate Vorbis compressed audio packet data into file 67 Ogg encapsulation of a Vorbis packet stream is straightforward. 72 The first Vorbis packet (the identification header), which 86 packet finishes the page on which it ends. The next (first audio) packet 95 The first audio packet of the logical stream begins a fresh Ogg page. 118 position of the last packet \emph{completed} on that 122 packet (that completes on a subsequent page) has no granule 126 Note that the last decoded (fully lapped) PCM sample from a packet 128 current Vorbis packet encodes a "long block" and the next Vorbi [all...] |
/external/qemu/slirp/ |
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...] |