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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netpacket/
packet.h 34 /* Packet types. */
44 /* Packet socket options. */
64 #endif /* netpacket/packet.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netpacket/
packet.h 34 /* Packet types. */
44 /* Packet socket options. */
64 #endif /* netpacket/packet.h */
  /external/openssh/
packet.c 1 /* $OpenBSD: packet.c,v 1.173 2011/05/06 21:14:05 djm Exp $ */
6 * This file contains code implementing the packet protocol and communication
16 * SSH2 packet format added by Markus Friedl.
64 #include "packet.h"
97 struct packet { struct
98 TAILQ_ENTRY(packet) next;
128 /* Buffer for the partial outgoing packet being constructed. */
131 /* Buffer for the incoming packet currently being processed. */
134 /* Scratch buffer for packet compression/decompression. */
139 * Flag indicating whether packet compression/decompression i
    [all...]
  /development/ndk/platforms/android-3/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon1111::__anon1113
  /external/chromium_org/media/cdm/ppapi/
ffmpeg_cdm_audio_decoder.cc 257 AVPacket packet; local
258 av_init_packet(&packet);
259 packet.data = const_cast<uint8_t*>(compressed_buffer);
260 packet.size = compressed_buffer_size;
268 // Each audio packet may contain several frames, so we must call the decoder
269 // until we've exhausted the packet. Regardless of the packet size we always
278 codec_context_.get(), av_frame_.get(), &frame_decoded, &packet);
289 << timestamp.InMicroseconds() << " us, packet size: "
295 // Update packet size and data pointer in case we need to call the decode
    [all...]
  /external/chromium_org/net/dns/
dns_response.h 39 // Iterator to walk over resource records of the DNS response packet.
45 // Construct an iterator to process the |packet| of given |length|.
47 DnsRecordParser(const void* packet, size_t length, size_t offset);
52 // Returns |true| if no more bytes remain in the packet.
55 // Returns current offset into the packet.
58 // Parses a (possibly compressed) DNS name from the packet starting at
76 // Current offset within the packet.
89 // packet.
118 // packet matches the |query| id and question.
mock_mdns_socket_factory.h 32 MOCK_METHOD3(SendToInternal, int(const std::string& packet,
78 void SimulateReceive(const uint8* packet, int size);
83 int SendToInternal(const std::string& packet, const std::string& address,
87 // does not care which socket a packet is received on.
  /external/chromium_org/net/quic/congestion_control/
inter_arrival_state_machine.h 7 // Events include things like packet loss, or growing delay, while decisions
45 // packet loss due to sharing the bottleneck link with another flow, which is
66 // This method is called when a packet loss was reported.
69 // This method is called when we believe that packet transit delay is
  /external/chromium_org/net/quic/
quic_packet_generator.cc 95 // We want to track which packet this stream frame ends up in.
115 // TODO(ianswett): Restore packet reordering.
132 DCHECK(serialized_fec.packet);
153 // Only add pending frames if we are SURE we can then send the whole packet.
157 // Packet was full, so serialize and send it.
171 DCHECK(serialized_fec.packet);
226 // Packet was full.
243 DCHECK(serialized_packet.packet);
248 DCHECK(serialized_fec.packet);
  /external/chromium_org/remoting/codec/
audio_decoder_verbatim.h 23 scoped_ptr<AudioPacket> packet) OVERRIDE;
  /external/chromium_org/remoting/host/
audio_scheduler.h 63 // Called on the audio thread when a new audio packet is available.
64 void EncodeAudioPacket(scoped_ptr<AudioPacket> packet);
66 // Called on the network thread to send a captured packet to the audio stub.
67 void SendAudioPacket(scoped_ptr<AudioPacket> packet);
  /external/chromium_org/remoting/protocol/
connection_to_client_unittest.cc 64 scoped_ptr<VideoPacket> packet(new VideoPacket());
65 viewer_->video_stub()->ProcessVideoPacket(packet.Pass(), base::Closure());
82 scoped_ptr<VideoPacket> packet(new VideoPacket());
83 viewer_->video_stub()->ProcessVideoPacket(packet.Pass(), base::Closure());
  /external/eigen/Eigen/src/Core/
NestByValue.h 71 inline const PacketScalar packet(Index row, Index col) const function in class:Eigen::NestByValue
73 return m_expression.template packet<LoadMode>(row, col);
83 inline const PacketScalar packet(Index index) const function in class:Eigen::NestByValue
85 return m_expression.template packet<LoadMode>(index);
  /external/iproute2/man/man8/
tc-bfifo.8 3 pfifo \- Packet limited First In, First Out queue
30 A list of packets is maintained, when a packet is enqueued it gets inserted at the tail of
31 a list. When a packet needs to be sent out to the network, it is taken from the head of the list.
50 and packets actually sent. An unsent and dropped packet only appears between braces
  /external/iptables/extensions/
libxt_TCPOPTSTRIP.man 1 This target will strip TCP options off a TCP packet. (It will actually replace
  /external/libogg/doc/libogg/
ogg_stream_packetin.html 20 <p>This function submits a packet to the bitstream for page
25 packet with data.
26 The data in the packet is copied into the internal storage managed by
46 <dd>Pointer to the packet we are putting into the bitstream.
  /external/libpcap/
pcap-dag.h 2 * pcap-dag.c: Packet capture interface for Endace DAG card.
pcap-septel.h 2 * pcap-septel.c: Packet capture interface for Intel Septel card
sll.h 5 * This code is derived from the Stanford/CMU enet packet filter,
45 * a 2-byte "packet type" which is one of:
47 * LINUX_SLL_HOST packet was sent to us
48 * LINUX_SLL_BROADCAST packet was broadcast
49 * LINUX_SLL_MULTICAST packet was multicast
50 * LINUX_SLL_OTHERHOST packet was sent to somebody else
51 * LINUX_SLL_OUTGOING packet was sent *by* us;
83 u_int16_t sll_pkttype; /* packet type */
118 * Add other values here as necessary, for handling packet types that
  /external/libvorbis/lib/
synthesis.c 40 oggpack_readinit(opb,op->packet,op->bytes);
42 /* Check the packet type */
44 /* Oops. This is not an audio data packet */
104 oggpack_readinit(opb,op->packet,op->bytes);
106 /* Check the packet type */
108 /* Oops. This is not an audio data packet */
144 oggpack_readinit(&opb,op->packet,op->bytes);
146 /* Check the packet type */
148 /* Oops. This is not an audio data packet */
  /external/nist-sip/java/gov/nist/javax/sip/stack/
UDPMessageChannel.java 163 * Constructor - takes a datagram packet and a stack structure Extracts the
164 * address of the other from the datagram packet and stashes away the
196 * @param packet
197 * is the incoming datagram packet.
200 UDPMessageProcessor messageProcessor, DatagramPacket packet) {
202 this.incomingPacket = packet;
255 DatagramPacket packet; local
286 packet = (DatagramPacket) ((UDPMessageProcessor) messageProcessor).messageQueue
290 this.incomingPacket = packet;
292 packet = this.incomingPacket
    [all...]
  /external/ppp/pppd/include/net/
ppp_defs.h 52 * Packet sizes
90 #define PPP_COMP 0xfd /* compressed packet */
143 NPMODE_PASS, /* pass the packet through */
144 NPMODE_DROP, /* silently drop the packet */
188 struct compstat c; /* packet compression statistics */
189 struct compstat d; /* packet decompression statistics */
194 * the last NP packet was sent or received.
197 time_t xmit_idle; /* time since last NP packet sent */
198 time_t recv_idle; /* time since last NP packet received */
  /external/smack/asmack-master/
CHANGELOG 3 - SMACK-419 PacketWriter: Only flush the BufferedWriter if the packet queue is empty
  /external/smack/src/org/jivesoftware/smack/
BOSHConnection.java 37 import org.jivesoftware.smack.packet.Packet;
38 import org.jivesoftware.smack.packet.Presence;
39 import org.jivesoftware.smack.packet.XMPPError;
91 * The Thread environment for sending packet listeners.
417 public void sendPacket(Packet packet) {
421 if (packet == null) {
422 throw new NullPointerException("Packet is null.");
425 // Invoke interceptors for the new packet that is about to be sent
758 private Packet packet; field in class:BOSHConnection.ListenerNotification
    [all...]
  /external/smack/src/org/jivesoftware/smackx/carbons/
CarbonManager.java 30 import org.jivesoftware.smack.packet.IQ;
31 import org.jivesoftware.smack.packet.Message;
32 import org.jivesoftware.smack.packet.Packet;
34 import org.jivesoftware.smackx.packet.DiscoverInfo;
37 * Packet extension for XEP-0280: Message Carbons. This class implements
124 public void processPacket(Packet packet) {
125 IQ result = (IQ)packet;

Completed in 377 milliseconds

<<11121314151617181920>>