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

<<31323334353637383940>>

  /external/grub/netboot/
eepro100.c 78 * looks at the recieve buffer to see if there is already a packet there.
234 char packet[1518]; member in struct:RxFD
365 * This transmits a packet.
369 * unsigned short s: size of the data-part of the packet.
370 * char *p: the data for the packet.
390 printf ("transmitting type %hX packet (%d bytes). status = %hX, cmd=%hX\n",
432 * This recieves a packet from the network.
436 * returns: 1 if a packet was recieved.
439 * returns the packet in the array nic->packet
    [all...]
natsemi.c 594 * Description: transmits a packet and waits for completion or timeout.
598 * unsigned short s: size of the data-part of the packet.
599 * char *p: the data for the packet.
609 const char *p) /* Packet */
635 /* pad to minimum packet size */
647 printf("natsemi_transmit: Queued Tx packet size %d.\n", (int) s);
665 * Description: checks for a received packet and returns it if found.
669 * Returns: 1 if packet was received.
670 * 0 if no packet was received.
673 * Returns (copies) the packet to the array nic->packet
    [all...]
sk_g16.c 294 * Data Buffer size is set to maximum packet length.
474 const char *p); /* Packet */
513 /* return true if there's an ethernet packet ready to read */
534 if (csr0 & CSR0_MISS) /* No place to store packet ? */
536 printf(", Packet dropped.");
550 * Start and end of packet must be set, because we use
551 * the ethernet maximum packet length (1518) as buffer size.
563 printf("%s: packet too long\n", SK_NAME);
582 else /* We have a packet which can be queued for the upper layers */
588 * Copy data out of our receive descriptor into nic->packet
    [all...]
  /external/libvorbis/lib/
info.c 349 /* Is this packet a vorbis ID header? */
355 oggpack_readinit(&opb,op->packet,op->bytes);
358 return(0); /* Not the initial packet */
374 /* The Vorbis header is in three packets; the initial small packet in
375 the first page that identifies basic parameters, a second packet
376 with bitstream comments and a third packet that holds the
383 oggpack_readinit(&opb,op->packet,op->bytes);
399 /* Not the initial packet */
555 op->packet = _ogg_malloc(oggpack_bytes(&opb));
556 memcpy(op->packet, opb.buffer, oggpack_bytes(&opb))
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonMachineScheduler.cpp 39 /// in the current packet.
64 // in the packet.
65 for (unsigned i = 0, e = Packet.size(); i != e; ++i) {
66 if (Packet[i]->Succs.size() == 0)
68 for (SUnit::const_succ_iterator I = Packet[i]->Succs.begin(),
69 E = Packet[i]->Succs.end(); I != E; ++I) {
88 Packet.clear();
92 // If this SU does not fit in the packet
96 Packet.clear();
117 Packet.push_back(SU)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.c 186 struct ps2_packet packet[1 + MAXTAGS * 2]; local
194 plist.packet = packet;
196 /* make BITBLT packet */
197 packet[pnum].ptr = hm;
198 packet[pnum].len = sizeof(head_tags);
214 packet[pnum].ptr = &im[it];
215 packet[pnum].len = sizeof(unsigned long long) * 2;
220 packet[pnum].ptr = (void *)data;
221 packet[pnum].len = isize
259 struct ps2_packet packet[2]; local
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/
isac.h 181 * - packet_size : size of the packet.
182 * - rtp_seq_number : the RTP number of the packet.
184 * - arr_ts : the arrival time of the packet (from NetEq)
313 * This function returns the length of the frame represented in the packet.
319 * - frameLength : Length of frame in packet (in samples)
405 * The size of a packet is limited to the minimum of 'max-payload-size' and
409 * frame-size. Then a packet with a frame-size of 30 ms is limited to 150,
410 * i.e. min(170, 150), and a packet with 60 ms frame-size is limited to
434 * any signal packet. The maximum rate is defined and payload-size per
450 * The size of a packet is limited to the minimum of 'max-payload-size' an
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
mediachannel.h 279 // Set DSCP value for packet sent from audio channel.
419 // Set DSCP value for packet sent from video channel.
492 talk_base::Buffer* packet,
495 talk_base::Buffer* packet,
511 // Called when a RTP packet is received.
512 virtual void OnPacketReceived(talk_base::Buffer* packet,
514 // Called when a RTCP packet is received.
515 virtual void OnRtcpReceived(talk_base::Buffer* packet,
545 // Base method to send packet using NetworkInterface.
546 bool SendPacket(talk_base::Buffer* packet) {
    [all...]
  /external/libpcap/doc/
pcap.html 125 <p>This document describes a format to dump captured packets on a file. This format is extensible and it is currently proposed for implementation in the libpcap/WinPcap packet capture library.
148 Packet Block (optional)<br />
150 Simple Packet Block (optional)<br />
160 Other Packet Blocks (experimental)<br />
186 <p>The problem of exchanging packet traces becomes more and more critical every day; unfortunately, no standard solutions exist for this task right now. One of the most accepted packet interchange formats is the one defined by libpcap, which is rather old and does not fit for some of the nowadays applications especially in terms of extensibility.
188 <p>This document proposes a new format for dumping packet traces. The following goals are being pursued:
248 <li>Packet Block: it contains a single captured packet, or a portion of it.
250 <li>Simple Packet Block: it contains a single captured packet, or a portion of it, with only a minimal set of inform (…)
    [all...]
pcap.txt 42 implementation in the libpcap/WinPcap packet capture library.
72 3.3 Packet Block (optional) . . . . . . . . . . . . . . . . . . . 13
73 3.4 Simple Packet Block (optional) . . . . . . . . . . . . . . . . 15
78 5.1 Other Packet Blocks (experimental) . . . . . . . . . . . . . . 23
120 The problem of exchanging packet traces becomes more and more
122 this task right now. One of the most accepted packet interchange
127 This document proposes a new format for dumping packet traces. The
242 3. Packet Block: it contains a single captured packet, or a portion
245 4. Simple Packet Block: it contains a single captured packet, or
    [all...]
  /external/libvorbis/doc/
04-codec.tex 5 \section{Codec Setup and Packet Decode} \label{vorbis:spec:codec}
22 end-of-packet condition during decoding the first or third header
23 packet renders the stream undecodable. End-of-packet decoding the
28 Each header packet begins with the same header fields.
36 Decode continues according to packet type; the identification header
38 (these types are all odd as a packet with a leading single bit of '0'
39 is an audio packet). The packets must occur in the order of
277 \subsection{Audio packet decode and synthesis}
280 are audio. The first step of audio packet decode is to read an
    [all...]
  /bionic/libc/kernel/common/linux/netfilter/
xt_statistic.h 45 u_int32_t packet; member in struct:xt_statistic_info::__anon461::__anon463
  /dalvik/vm/
AllocTracker.h 49 * Generate a DDM packet with all of the tracked allocation data.
  /development/tools/axl/
udpEater.py 41 print 'Received packet', count, data[:34]
  /external/android-clat/
icmp.h 24 // Guesses the number of hops a received packet has traversed based on its TTL.
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_cfg.c 47 /* S1 packet type setting from HFP 1.5 spec */
  /external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
sbc_packing.c 58 UINT8 *pu8PacketPtr; /* packet ptr*/
234 The loops is run from the start of the packet till the scale factor
235 parameters. In case of JS, 'join' parameter is included in the packet
268 /* store CRC in packet */
  /external/chromium/net/url_request/
url_request_http_job.h 156 // at a lower point in the network stack, assuring we have actual packet
159 // true packet arrival times in such cases.
161 // Enable recording of packet arrival times for histogramming.
175 // Since we don't save all packet times in packet_times_, we save the
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
pseudotcp.h 52 // Write the packet onto the network
87 // Call this whenever a packet arrives.
88 // Returns true if the packet was processed successfully.
143 IPseudoTcpNotify::WriteResult packet(uint32 seq, uint8 flags,
  /external/chromium_org/chrome/browser/extensions/api/diagnostics/
diagnostics_api.cc 12 const char kErrorPingFailed[] = "Failed to send ping packet";
diagnostics_api.h 18 // Result code for sending packet. Platform specific AsyncWorkStart() will
  /external/chromium_org/chrome/browser/local_discovery/
test_service_discovery_client.h 35 void SimulateReceive(const uint8* packet, int size);
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host_throttler.cc 37 // Exceeding the send rate, this packet should be dropped.
  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.h 30 // Duration of each audio packet.
  /external/chromium_org/jingle/glue/
channel_socket_adapter.cc 86 // pretend the packet is dropped and return as succeeded because no
152 LOG(WARNING) << "Data buffer is smaller than the received packet. "
166 << "Data was received without a callback. Dropping the packet.";
173 // Try to send the packet if there is a pending write.

Completed in 607 milliseconds

<<31323334353637383940>>