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

<<21222324252627282930>>

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon53442::__anon53444
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon53890::__anon53892
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon54738::__anon54740
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon55188::__anon55190
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon55640::__anon55642
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon56038::__anon56040
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon56488::__anon56490
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon56940::__anon56942
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon57305::__anon57307
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon57667::__anon57669
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon58029::__anon58031
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon58394::__anon58396
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon58791::__anon58793
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon59241::__anon59243
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/netfilter/
xt_statistic.h 36 u_int32_t packet; member in struct:xt_statistic_info::__anon59693::__anon59695
  /external/chromium_org/chrome/browser/net/
network_stats.h 40 // b) packet inter-arrival time.
41 // c) packet losses for correlation and FEC experiments.
42 // d) packet losses for NAT binding test after idling for a certain period.
83 // because we use it as a symbol for sending the HelloRequest packet to
86 START_PACKET_TEST, // First packet loss test (no pacing).
87 NON_PACED_PACKET_TEST, // Packet loss test with no pacing.
88 PACED_PACKET_TEST, // Packet loss test with pacing.
137 // Send a HelloRequest packet which asks for a token from the server. If
142 // Send a ProbeRequest packet which requests the server to send a set
204 // a) Client received at least one packet
    [all...]
  /external/chromium_org/media/cast/rtcp/
rtcp_receiver_unittest.cc 196 // Injects an RTCP packet into the receiver.
197 void InjectRtcpPacket(const uint8* packet, uint16 length) {
198 RtcpParser rtcp_parser(packet, length);
225 InjectRtcpPacket(p.Packet(), p.Length());
232 InjectRtcpPacket(p.Packet(), p.Length());
242 InjectRtcpPacket(p1.Packet(), p1.Length());
254 InjectRtcpPacket(p2.Packet(), p2.Length());
266 InjectRtcpPacket(p1.Packet(), p1.Length());
276 InjectRtcpPacket(p1.Packet(), p1.Length());
294 InjectRtcpPacket(p2.Packet(), p2.Length())
    [all...]
  /bionic/libc/netbsd/resolv/
res_cache.c 57 * - it takes raw DNS query packet data as input, and returns raw DNS
58 * answer packet data as output
349 /* dump the content of a query of packet to the log */
374 /* reminder: the general format of a DNS packet is the following:
439 * OFFSET : 14 : offset to another part of the DNS packet
441 * The offset is relative to the start of the DNS packet and must point
476 _dnsPacket_init( DnsPacket* packet, const uint8_t* buff, int bufflen )
478 packet->base = buff;
479 packet->end = buff + bufflen;
480 packet->cursor = buff
    [all...]
  /external/dnsmasq/src/
tftp.c 23 static ssize_t tftp_err(int err, char *packet, char *mess, char *file);
24 static ssize_t tftp_err_oops(char *packet, char *file);
25 static ssize_t get_block(char *packet, struct tftp_transfer *transfer);
44 char *packet = daemon->packet; local
77 iov.iov_base = packet;
187 p = packet + 2;
188 end = packet + len;
190 if (ntohs(*((unsigned short *)packet)) != OP_RRQ ||
194 len = tftp_err(ERR_ILL, packet, _("unsupported request from %s"), inet_ntoa(peer.sin_addr))
290 char *packet = daemon->packet, *namebuff = daemon->namebuff; local
    [all...]
  /external/smack/src/org/jivesoftware/smackx/bytestreams/socks5/packet/
Bytestream.java 14 package org.jivesoftware.smackx.bytestreams.socks5.packet;
21 import org.jivesoftware.smack.packet.IQ;
22 import org.jivesoftware.smack.packet.PacketExtension;
25 * A packet representing part of a SOCKS5 Bytestream negotiation.
136 * Returns the list of stream hosts contained in the packet.
138 * @return Returns the list of stream hosts contained in the packet.
164 * Returns the count of stream hosts contained in this packet.
166 * @return Returns the count of stream hosts contained in this packet.
192 * Returns the activate element of the packet sent to the proxy host to verify the identity of
195 * @return Returns the activate element of the packet sent to the proxy host to verify the
    [all...]
  /external/smack/src/org/jivesoftware/smackx/pubsub/
LeafNode.java 22 import org.jivesoftware.smack.packet.IQ.Type;
23 import org.jivesoftware.smackx.packet.DiscoverItems;
24 import org.jivesoftware.smackx.pubsub.packet.PubSub;
25 import org.jivesoftware.smackx.pubsub.packet.SyncPacketSend;
175 * packet has been sent.
181 PubSub packet = createPubsubPacket(Type.SET, new NodeExtension(PubSubElementType.PUBLISH, getId())); local
183 con.sendPacket(packet);
195 * packet has been sent.
215 * packet has been sent.
223 PubSub packet = createPubsubPacket(Type.SET, new PublishItem<T>(getId(), items)); local
245 PubSub packet = createPubsubPacket(Type.SET, new NodeExtension(PubSubElementType.PUBLISH, getId())); local
297 PubSub packet = createPubsubPacket(Type.SET, new PublishItem<T>(getId(), items)); local
    [all...]
  /external/chromium_org/net/quic/congestion_control/
inter_arrival_overuse_detector.cc 65 // This is an old packet and should be ignored. Note that we are called
68 DVLOG(1) << "Skip old packet";
75 // First value in this group. If the last packet of a group is lost we
78 // The receive_time value might not be first in a packet burst if that
79 // packet was lost, however we will still use it in this calculation.
83 // We expect more packet with this send time.
86 // First packet of a later group, the previous group sample is ready.
95 // delta between the receipt of the last packet of the previous group, and
96 // the last packet of the current group. Assuming we are transmitting
215 // packet loss, since a lost packet only results in a missed filter updat
    [all...]
  /external/dropbear/
session.h 37 #include "packet.h"
101 /* Packet buffers/values etc */
104 buffer with the packet to send. */
108 buffer *payload; /* Post-decompression, the actual SSH packet */
111 /* Packet-handling flags */
112 const packettype * packettypes; /* Packet handler mappings for this
113 session, see process-packet.c */
118 unsigned char requirenext; /* byte indicating what packet we require next,
121 unsigned char ignorenext; /* whether to ignore the next packet,
124 unsigned char lastpacket; /* What the last received packet type was *
    [all...]
  /external/iproute2/man/man8/
tc-netem.8 57 that allow to add delay, packet loss, duplication and more other
87 adds packet losses according to the 4-state Markov using the transition
95 adds packet losses according to the Gilbert-Elliot loss model or its special
125 correlation of 50% ) or delayed with a probability of 0.75. After a packet is
128 probability. To cause a repeatable pattern where every 5th packet is reordered
138 delay packets based on packet size and is a replacement for
143 (in bytes) specify an per packet overhead and can be negative. A positive value can be
149 packet is 50 byte then ATM must use two cells: 2 * 48 bytes payload including 2
158 an artificial packet compression (bursts). Another influence factor are network
169 delay all outgoing packets on device eth0 with a rate of 5kbit, a per packet
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
MessageEventManager.java 33 import org.jivesoftware.smack.packet.Message;
34 import org.jivesoftware.smack.packet.Packet;
35 import org.jivesoftware.smackx.packet.MessageEvent;
203 public void processPacket(Packet packet) {
204 Message message = (Message) packet;
242 // Send the packet
260 // Send the packet
278 // Send the packet
    [all...]

Completed in 1115 milliseconds

<<21222324252627282930>>