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

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppp-comp.h 2 * ppp-comp.h - Definitions for doing PPP packet compression.
81 /* Compress a packet */
102 /* Decompress a packet. */
106 /* Update state for an incompressible packet received */
120 * decompressed packet if successful, otherwise DECOMP_ERROR
151 * Parts of a CCP packet.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
dccp.h 8 * struct dccp_hdr - generic part of DCCP packet header
10 * @dccph_sport - Relevant port on the endpoint that sent this packet
14 * @dccph_cscov - Parts of the packet that are covered by the Checksum field
17 * @dccph_type - packet type, see DCCP_PKT_ prefixed macros
50 * struct dccp_hdr_ext - the low bits of a 48 bit seq packet
52 * @dccph_seq_low - low 24 bits of a 48 bit seq packet
ppp-comp.h 2 * ppp-comp.h - Definitions for doing PPP packet compression.
81 /* Compress a packet */
102 /* Decompress a packet. */
106 /* Update state for an incompressible packet received */
120 * decompressed packet if successful, otherwise DECOMP_ERROR
151 * Parts of a CCP packet.
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 26 #include <netpacket/packet.h>
98 unsigned char *bpfBuffer; /* Packet filter buffer */
99 int bpfLength = 0; /* Packet filter buffer length */
113 * packet -- a received PPPoE packet
115 * ethernet packet type (see /usr/include/net/ethertypes.h)
117 * Checks the ethernet packet header to determine its type.
120 * Note that the ethernet type names come from "pppoe.h" and the packet
121 * packet structure names use the LINUX dialect to maintain consistency
126 etherType(PPPoEPacket *packet)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransportchannel.cc 84 // Under high packet rate this can occur if we wait for the FIFO to post its
341 // Called from upper layers to send a media packet.
349 // We don't know if we are doing DTLS yet, so we can't send a packet.
463 // Currently drop the packet, but we might in future
467 LOG_J(LS_WARNING, this) << "Received packet before we know if we are "
473 LOG_J(LS_INFO, this) << "Dropping packet received before DTLS started.";
479 // Is this potentially a DTLS packet?
482 LOG_J(LS_ERROR, this) << "Failed to handle DTLS packet.";
486 // Not a DTLS packet; our handshake should be complete by now.
488 LOG_J(LS_ERROR, this) << "Received non-DTLS packet before DTLS
    [all...]
  /external/qemu/hw/
usb-msd.c 50 USBPacket *packet; member in struct:__anon25471
175 USBPacket *p = s->packet;
184 if (s->packet) {
186 /* A deferred packet with no write data remaining must be
187 the status read packet. */
200 s->packet = NULL;
212 /* Set s->packet to NULL before calling usb_packet_complete
215 DPRINTF("Packet complete %p\n", p);
216 s->packet = NULL;
347 s->packet = NULL
    [all...]
  /external/iputils/doc/
ping.sgml 45 number of ``pad'' bytes used to fill out the packet.
137 Wait <replaceable/interval/ seconds between sending each packet.
138 The default is to wait for one second between each packet normally,
185 <replaceable/want/ (do PMTU discovery, fragment locally when packet size
288 Report outstanding ICMP ECHO reply before sending next packet.
296 You may specify up to 16 ``pad'' bytes to fill out the packet you send.
298 For example, <option>-p ff</option> will cause the sent packet
347 packet and displays the route buffer on returned packets.
364 not more than one packet.
416 packet are sent, it waits either fo
    [all...]
  /external/libpcap/
pcap-win32.c 69 bpf_u_int32 bh_datalen; /* original length of packet */
126 if(PacketReceivePacket(p->adapter,p->Packet,TRUE)==FALSE){
131 cc = p->Packet->ulBytesReceived;
133 bp = p->Packet->Buffer;
139 * Loop through each packet.
207 if(PacketReceivePacket(p->adapter, p->Packet, TRUE)==FALSE){
212 cc = p->Packet->ulBytesReceived;
235 /* Find the beginning of the packet */
238 /* Determine actual packet len */
318 /* Move to next packet */
    [all...]
  /external/chromium_org/media/mp2t/
ts_section_pes.cc 106 // Try emitting a packet since we might have a pending PES packet
126 // Try emitting the current PES packet.
131 // Try emitting a packet since we might have a pending PES packet
169 // (PES size might be unknown for video PES packet).
174 // Parse the packet.
288 // Discard the rest of the PES packet header.
289 // TODO(damienv): check if some info of the PES packet header are useful.
295 // Read the PES packet
    [all...]
  /external/chromium_org/net/quic/test_tools/
quic_test_utils.cc 190 const QuicVersionNegotiationPacket& packet) {
191 version_negotiation_packet_.reset(new QuicVersionNegotiationPacket(packet));
283 const SerializedPacket& packet,
285 packets_.push_back(packet.packet);
287 framer_.EncryptPacket(level, packet.sequence_number, *packet.packet);
454 return quic_framer.BuildUnsizedDataPacket(header, frames).packet;
491 // offset and the last frame in a packet
    [all...]
  /external/qemu/slirp/
ip_icmp.c 41 /* Be nice and tell them it's just a pseudo-ping packet */
42 static const char icmp_ping_msg[] = "This is a pseudo-PING packet used by Slirp to emulate ICMP ECHO-REQUEST packets.\n";
135 /* Send the packet */
196 * It is reported as the bad ip packet. The header should
199 * packet. The maximum payload is 576-20(ip hdr)-8(icmp hdr)=548
250 /* make the header of the reply packet */
273 memcpy(&icp->icmp_ip, msrc->m_data, s_ip_len); /* report the ip packet */
279 if(message) { /* DEBUG : append message to ICMP packet */
317 * Reflect the ip packet back to the source
328 * Send an icmp packet back to the ip level
    [all...]
  /external/qemu/slirp-android/
ip_icmp.c 42 /* Be nice and tell them it's just a pseudo-ping packet */
43 static const char icmp_ping_msg[] = "This is a pseudo-PING packet used by Slirp to emulate ICMP ECHO-REQUEST packets.\n";
139 /* Send the packet */
198 * It is reported as the bad ip packet. The header should
201 * packet. The maximum payload is 576-20(ip hdr)-8(icmp hdr)=548
252 /* make the header of the reply packet */
275 memcpy(&icp->icmp_ip, msrc->m_data, s_ip_len); /* report the ip packet */
281 if(message) { /* DEBUG : append message to ICMP packet */
319 * Reflect the ip packet back to the source
330 * Send an icmp packet back to the ip level
    [all...]
  /external/grub/netboot/
main.c 111 static unsigned short udpchksum (struct iphdr *packet);
367 tr = (struct tftp_t *) &nic.packet[ETH_HLEN];
424 /* This ensures that the packet does not get processed as data! */
481 /* arp and rarp requests share the same packet structure. */
684 UDPCHKSUM - Checksum UDP Packet (one of the rare cases when assembly is
688 RX if (packet->udp.chksum && udpchksum(packet))
690 TX packet->udp.chksum=0;
691 if (0==(packet->udp.chksum=udpchksum(packet)))
    [all...]
w89c840.c 109 bonding and packet priority.
117 full-size packet.
392 /* return true if there's an ethernet packet ready to read */
393 /* nic->packet should contain data on return */
454 /* Check if the packet is long enough to accept without copying
457 memcpy(nic->packet, le32desc_to_virt(w840private.rx_ring[entry].buffer1), pkt_len);
468 nic->packet[0], nic->packet[1], nic->packet[2], nic->packet[3]
    [all...]
  /external/chromium_org/net/quic/
quic_sent_packet_manager_test.cc 118 SerializedPacket packet(CreatePacket(sequence_number));
119 manager_.OnSerializedPacket(packet);
121 packet.packet->length(), NOT_RETRANSMISSION,
228 // Verify that if the retransmission alarm does fire to abandon packet 2,
229 // the sent packet manager is not notified, since there is no retransmittable
253 // Verify that if the retransmission alarm does fire to abandon packet 3,
254 // the sent packet manager is not notified, since there is no retransmittable
342 // Ack packet 10.
364 // Ack packet 13
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdataengine_unittest.cc 143 talk_base::scoped_ptr<const talk_base::Buffer> packet(
145 if (packet->length() > 12) {
146 return std::string(packet->data() + 12, packet->length() - 12);
153 talk_base::scoped_ptr<const talk_base::Buffer> packet(
156 GetRtpHeader(packet->data(), packet->length(), &header);
421 talk_base::Buffer packet(data, sizeof(data));
426 dmc->OnPacketReceived(&packet, talk_base::PacketTime());
432 dmc->OnPacketReceived(&packet, talk_base::PacketTime())
    [all...]
  /external/iproute2/man/man8/
tc-cbq.8 93 pass one packet, and throttle again. Due to timer resolution constraints,
103 When enqueueing a packet, CBQ starts at the root and uses various methods to
109 children), we enqueue the packet there. If it is not yet a leaf node, we do
120 Consult the defmap for the priority assigned to this packet, which depends
130 This algorithm makes sure that a packet always ends up somewhere, even while
164 This allotment is the 'chunkiness' of link sharing and is used for determining packet
169 The average size of a packet is needed for calculating maxidle, and is also used
178 The cell size determines he granularity of packet transmission time calculations. Has a sensible default.
181 A zero sized packet may still take time to transmit. This value is the lower
182 cap for packet transmission time calculations - packets smaller than this valu
    [all...]
  /external/libvorbis/doc/
07-floor1.tex 33 a difference value decoded from the bitstream packet.
55 list-order Y values as decoded from an example packet are 110, 20, -5,
96 A list of floor X values is stored in the packet header in interleaved
97 format (used in list order during packet decode and synthesis). This
107 books were chosen for representation in a given packet. The
158 An end-of-packet condition while reading any aspect of a floor 1
167 \paragraph{packet decode} \label{vorbis:spec:floor1-decode}
169 Packet decode begins by checking the \varname{[nonzero]} flag:
199 12) [cval] = read from packet using codebook number
209 17) vector [floor1_Y] element ([j]+[offset]) = read from packet using codeboo
    [all...]
01-introduction.tex 61 mechanism and decoder must allow that a packet may be any size, or
62 end before or after packet decode expects.
91 flag in each audio packet, or begin decode at any frame in the stream
96 Vorbis \emph{can} initiate decode at any arbitrary packet within a
168 low-level packet decode and synthesis.
267 specification. Once set up, decode may begin at any audio packet
294 \item decode packet type flag
317 \paragraph{Packet type decode}
319 Vorbis I uses four packet types. The first three packet types mark eac
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
ssrcmuxfilter_unittest.cc 59 // NTP TS = 0, RTP TS = 0, packet count = 0
68 // NTP TS = 0, RTP TS = 0, packet count = 0
76 // First packet - SR = PT = 200, len = 0, SSRC of sender = 0x1111
77 // NTP TS = 0, RTP TS = 0, packet count = 0
78 // second packet - SDES = PT = 202, count = 0, SSRC = 0x1111, cname len = 0
92 // Packet has only mandatory fixed RTCP header
97 // Small packet for SSRC demux.
  /external/libppp/src/
ip.c 173 * open/read/close system call sequence per packet, approximately
197 * Check a packet against the given filter
198 * Returns 0 to accept the packet, non-zero to drop the packet.
209 FilterCheck(const unsigned char *packet,
220 u_short sport, dport; /* src, dest port from packet if (gotinfo) */
233 return 0; /* No rule is given. Permit this packet */
237 const struct ip6_hdr *pip6 = (const struct ip6_hdr *)packet;
242 payload = packet + sizeof *pip6;
248 * Deny any packet fragment that tries to over-write the header
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ikbdinterrupt.S 200 | Joystick packet ?
205 | Mouse packet ?
212 | Mouse packet, byte #1
230 | Joystick packet, byte #1
286 | Mouse packet, byte #2
321 | Mouse packet, byte #3
356 | Joystick packet, byte #2
  /external/smack/src/org/jivesoftware/smackx/muc/
MultiUserChat.java 52 import org.jivesoftware.smack.packet.IQ;
53 import org.jivesoftware.smack.packet.Message;
54 import org.jivesoftware.smack.packet.Packet;
55 import org.jivesoftware.smack.packet.PacketExtension;
56 import org.jivesoftware.smack.packet.Presence;
57 import org.jivesoftware.smack.packet.Registration;
61 import org.jivesoftware.smackx.packet.DiscoverInfo;
62 import org.jivesoftware.smackx.packet.DiscoverItems;
63 import org.jivesoftware.smackx.packet.MUCAdmin
    [all...]
  /external/eigen/Eigen/src/Core/
DenseCoeffsBase.h 198 * \returns the packet of coefficients starting at the given row and column. It is your responsibility
199 * to ensure that a packet really starts there. This method is only available on expressions having the
204 * starting at an address which is a multiple of the packet size.
208 EIGEN_STRONG_INLINE PacketReturnType packet(Index row, Index col) const function in class:Eigen::DenseCoeffsBase
212 return derived().template packet<LoadMode>(row,col);
220 return packet<LoadMode>(rowIndexByOuterInner(outer, inner),
225 * \returns the packet of coefficients starting at the given index. It is your responsibility
226 * to ensure that a packet really starts there. This method is only available on expressions having the
231 * starting at an address which is a multiple of the packet size.
235 EIGEN_STRONG_INLINE PacketReturnType packet(Index index) cons function in class:Eigen::DenseCoeffsBase
    [all...]
  /external/iputils/
rdisc.c 100 static int sendbcast(int s, char *packet, int packetlen);
101 static int sendmcast(int s, char *packet, int packetlen, struct sockaddr_in *);
102 static int sendbcastif(int s, char *packet, int packetlen, struct interface *ifp);
103 static int sendmcastif(int s, char *packet, int packetlen, struct sockaddr_in *sin, struct interface *ifp);
159 #define MAXPACKET 4096 /* max packet size */
462 u_char packet[MAXPACKET]; local
463 int len = sizeof (packet);
467 cc=recvfrom(s, (char *)packet, len, 0,
477 pr_pack( (char *)packet, cc, &from );
536 * Compose and transmit an ICMP ROUTER SOLICITATION REQUEST packet
    [all...]

Completed in 1019 milliseconds

<<31323334353637383940>>