HomeSort by relevance Sort by last modified time
    Searched full:packet (Results 651 - 675 of 3660) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pg.h 5 pg.h defines the user interface to the generic ATAPI packet
49 char packet[12]; /* packet command */ member in struct:pg_write_hdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pg.h 5 pg.h defines the user interface to the generic ATAPI packet
49 char packet[12]; /* packet command */ member in struct:pg_write_hdr
  /external/libvorbis/doc/
programming.html 81 packet decoding and synthesis for playback.</p>
99 <li>Reconstruct segments of the original data from each packet</li>
156 unsigned char *packet;
167 <dt>packet:</dt>
168 <dd>a pointer to the byte data of the raw packet</dd>
170 <dd>the size of the packet' raw data</dd>
172 <dd>beginning of stream; nonzero if this is the first packet of
175 <dd>end of stream; nonzero if this is the last packet of the
178 <dd>the absolute position of this packet in the original
185 the fields of the packet to appropriate values before submission t
    [all...]
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/
Socks5BytestreamManager.java 34 import org.jivesoftware.smack.packet.IQ;
35 import org.jivesoftware.smack.packet.Packet;
36 import org.jivesoftware.smack.packet.XMPPError;
41 import org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream;
42 import org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHost;
43 import org.jivesoftware.smackx.bytestreams.socks5.packet.Bytestream.StreamHostUsed;
45 import org.jivesoftware.smackx.packet.DiscoverInfo;
46 import org.jivesoftware.smackx.packet.DiscoverItems;
47 import org.jivesoftware.smackx.packet.DiscoverInfo.Identity;
    [all...]
  /external/smack/src/org/jivesoftware/smack/
XMPPConnection.java 25 import org.jivesoftware.smack.packet.Packet;
26 import org.jivesoftware.smack.packet.Presence;
27 import org.jivesoftware.smack.packet.XMPPError;
103 * Set to true by packet writer if the server acknowledged the compression
399 * packet reader, packet writer, and {@link Roster} will not be removed; thus
402 * @param unavailablePresence the presence packet to send during shutdown.
500 public void sendPacket(Packet packet) {
    [all...]
  /dalvik/vm/mterp/c/
OP_BREAKPOINT.cpp 13 * step) and report them in the same event packet, and we're not
  /development/tools/axl/
udpServer.py 23 print 'Sending packet', count, 'to', address[0]
  /external/android-clat/
debug.h 21 // set to 1 to enable debug logging and packet dumping.
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_test_utils.h 87 void CreateRandomPacket(std::vector<char>* packet);
88 void CreateStunRequest(std::vector<char>* packet);
89 void CreateStunResponse(std::vector<char>* packet);
90 void CreateStunError(std::vector<char>* packet);
  /external/chromium_org/media/cast/net/pacing/
paced_sender.cc 76 bool PacedSender::SendRtcpPacket(const Packet& packet) {
79 return transport_->SendPacket(packet);
130 burst_size_ = 1; // Reset burst size after we sent the last stored packet
  /external/chromium_org/media/cast/rtp_receiver/
rtp_receiver.h 41 bool ReceivedPacket(const uint8* packet, size_t length);
  /external/chromium_org/net/quic/congestion_control/
inter_arrival_state_machine.cc 41 // Multiple increase event without packet loss or delay events will drive
98 // No recent delay events; only packet loss events.
109 // We have packet loss events. Assume fighting with TCP.
117 // We have packet loss events. Assume fighting with TCP.
tcp_cubic_sender.h 23 // Default maximum packet size used in Linux TCP implementations.
92 // Receiver side advertised packet loss.
102 // Track the largest packet that has been sent.
105 // Track the largest packet that has been acked.
  /external/chromium_org/net/quic/crypto/
quic_decrypter.h 30 // derived from the master secret. A 64-bit packet sequence number will
35 // | Fixed prefix | Packet sequence number |
40 // packet sequence number, even when retransmitting a lost packet.
quic_encrypter.h 30 // derived from the master secret. A 64-bit packet sequence number will
35 // | Fixed prefix | Packet sequence number |
40 // packet sequence number, even when retransmitting a lost packet.
  /external/chromium_org/net/quic/
quic_client_session_test.cc 45 QuicEncryptedPacket packet(buffer, buf_len);
46 EXPECT_TRUE(framer.ProcessPacket(packet));
48 return WriteResult(WRITE_STATUS_OK, packet.length());
57 // Returns the header from the last packet written.
  /external/chromium_org/net/quic/test_tools/
quic_sent_packet_manager_peer.h 31 // Returns true if |sequence_number| is a retransmission of a packet.
  /external/chromium_org/net/tools/quic/
quic_default_packet_writer.h 19 // Default packet writer which wraps QuicSocketUtils WritePacket.
  /external/chromium_org/net/tools/quic/test_tools/
mock_quic_dispatcher.h 32 const QuicEncryptedPacket& packet));
  /external/chromium_org/remoting/client/
audio_decode_scheduler.h 38 virtual void ProcessAudioPacket(scoped_ptr<AudioPacket> packet,
  /external/chromium_org/remoting/protocol/
protobuf_video_writer.h 38 virtual void ProcessVideoPacket(scoped_ptr<VideoPacket> packet,
  /external/chromium_org/third_party/libusb/
darwin-sigfpe.patch 21 /* do not need a zero packet */
  /external/dnsmasq/contrib/lease-access/
README 7 dnsmasq continues normally, and if non-zero the packet is ignored.
  /external/eigen/Eigen/src/Core/
CwiseUnaryOp.h 107 EIGEN_STRONG_INLINE PacketScalar packet(Index row, Index col) const function in class:Eigen::CwiseUnaryOpImpl
109 return derived().functor().packetOp(derived().nestedExpression().template packet<LoadMode>(row, col));
118 EIGEN_STRONG_INLINE PacketScalar packet(Index index) const function in class:Eigen::CwiseUnaryOpImpl
120 return derived().functor().packetOp(derived().nestedExpression().template packet<LoadMode>(index));
Flagged.h 89 inline const PacketScalar packet(Index row, Index col) const function in class:Eigen::Flagged
91 return m_matrix.template packet<LoadMode>(row, col);
101 inline const PacketScalar packet(Index index) const function in class:Eigen::Flagged
103 return m_matrix.template packet<LoadMode>(index);

Completed in 527 milliseconds

<<21222324252627282930>>