HomeSort by relevance Sort by last modified time
    Searched defs:packets (Results 1 - 25 of 44) sorted by null

1 2

  /external/iproute2/include/linux/
gen_stats.h 19 * @packets: number of seen packets
23 __u32 packets; member in struct:gnet_stats_basic
27 __u32 packets; member in struct:gnet_stats_basic_packed
44 * @drops: number of dropped packets
pkt_sched.h 8 no more precise mechanism to classify packets.
34 __u32 packets; /* Number of enqueued packets */ member in struct:tc_stats
35 __u32 drops; /* Packets dropped because of lack of resources */
110 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
160 __u32 limit; /* Maximal packets in queue */
205 __u32 marked; /* Marked packets */
237 __u32 packets; member in struct:tc_gred_qopt
271 __u32 direct_pkts; /* count of non shapped packets */
287 __u32 giants; /* too big packets (rate will not be accurate) *
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
gen_stats.h 19 * @packets: number of seen packets
24 __u32 packets; member in struct:gnet_stats_basic
42 * @drops: number of dropped packets
firewire-cdev.h 138 * stripped of all packets up until and including the interrupt packet are
407 * struct fw_cdev_queue_iso - Queue isochronous packets for I/O
408 * @packets: Userspace pointer to packet data
413 * Queue a number of isochronous packets for reception or transmission.
420 * The kernel may or may not queue all packets, but will write back updated
421 * values of the @packets, @data and @size fields, so the ioctl can be
425 __u64 packets; member in struct:fw_cdev_queue_iso
441 * @sync: Determines the value to wait for for receive packets that have
444 * Determines the tag values for which packets will be accepted.
pkt_sched.h 6 no more precise mechanism to classify packets.
33 __u32 packets; /* Number of enqueued packets */ member in struct:tc_stats
34 __u32 drops; /* Packets dropped because of lack of resources */
90 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
146 __u32 limit; /* Maximal packets in queue */
190 __u32 marked; /* Marked packets */
224 __u32 packets; member in struct:tc_gred_qopt
261 __u32 direct_pkts; /* count of non shapped packets */
279 __u32 giants; /* too big packets (rate will not be accurate) *
    [all...]
xfrm.h 81 __u64 packets; member in struct:xfrm_lifetime_cur
  /external/tcpdump/
print-cnfp.c 70 u_int32_t packets; member in struct:nfrec
187 EXTRACT_32BITS(&nr->packets),
  /system/media/wilhelm/tests/sandbox/
xaplay.c 32 #define PACKETS_PER_BUFFER 20 // Number of MPEG-2 transport stream packets per buffer
44 MPEG2TS_Packet packets[PACKETS_PER_BUFFER];
49 MPEG2TS_Packet *packets; variable
170 // compute number of packets to be enqueued in this buffer
194 result = (*caller)->Enqueue(caller, NULL, &packets[curPacket],
275 packets = (MPEG2TS_Packet *) ptr;
277 printf("%s has %zu packets\n", uri, numPackets);
386 &packets[curPacket], MPEG2TS_PACKET_SIZE * packetsThisBuffer, NULL, 0);
388 printf("Enqueued initial %u packets in %u buffers\n", curPacket, curPacket / PACKETS_PER_BUFFER);
  /external/kernel-headers/original/linux/netfilter/
nf_conntrack_common.h 32 /* We've seen packets both ways: bit 1 set. Can be set, not unset. */
138 u_int32_t packets; member in struct:ip_conntrack_counter
  /external/qemu/
shaper.c 99 QueuedPacket packets; /* list of queued packets, ordered by expiration date */ member in struct:NetShaperRec_
119 while (shaper->packets) {
120 QueuedPacket packet = shaper->packets;
121 shaper->packets = packet->next;
139 while ((packet = shaper->packets) != NULL) {
145 shaper->packets = packet->next;
152 if (shaper->packets) {
153 shaper->block_until = shaper->packets->expiration;
168 shaper->packets = NULL
    [all...]
  /external/speex/libspeex/
jitter.c 41 - Linked list structure for holding the packets instead of the current fixed-size array
67 #define SPEEX_JITTER_MAX_BUFFER_SIZE 200 /**< Maximum number of packets in jitter buffer */
82 /** Buffer that keeps the time of arrival of the latest packets */
86 spx_int32_t timing[MAX_TIMINGS]; /**< Sorted list of all timings ("latest" packets first) */
87 spx_int16_t counts[MAX_TIMINGS]; /**< Order the packets were put in (will be used for short-term estimate) */
145 JitterBufferPacket packets[SPEEX_JITTER_MAX_BUFFER_SIZE]; /**< Packets stored in the buffer */ member in struct:JitterBuffer_
162 int max_late_rate; /**< Absolute maximum amount of late packets tolerable (in percent) */
163 int latency_tradeoff; /**< Latency equivalent of losing one percent of packets */
164 int auto_tradeoff; /**< Latency equivalent of losing one percent of packets (automatic default) *
    [all...]
  /system/netd/
BandwidthController.cpp 921 * Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
936 int64_t packets, bytes; local
940 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0;
942 &packets, &bytes, iface0, iface1, rest);
944 iface0, iface1, packets, bytes, rest, buffPtr);
949 LOGV("iface_in=%s iface_out=%s rx_bytes=%lld rx_packets=%lld ", iface0, iface1, bytes, packets);
950 stats.rxPackets = packets;
953 LOGV("iface_in=%s iface_out=%s tx_bytes=%lld tx_packets=%lld ", iface1, iface0, bytes, packets);
954 stats.txPackets = packets;
  /bionic/libc/kernel/common/linux/
pkt_sched.h 29 __u32 packets; member in struct:tc_stats
199 __u32 packets; member in struct:tc_gred_qopt
  /development/ndk/platforms/android-3/include/linux/
pkt_sched.h 27 __u32 packets; member in struct:tc_stats
165 __u32 packets; member in struct:tc_gred_qopt
  /external/bluetooth/hcidump/parser/
hci.c 74 "Number of Completed Packets",
286 "Host Number of Completed Packets",
1562 uint16_t handle, packets; local
    [all...]
  /external/kernel-headers/original/linux/
pkt_sched.h 8 no more precise mechanism to classify packets.
35 __u32 packets; /* Number of enqueued packets */ member in struct:tc_stats
36 __u32 drops; /* Packets dropped because of lack of resources */
114 __u32 limit; /* Queue length: bytes for bfifo, packets for pfifo */
168 __u32 limit; /* Maximal packets in queue */
217 __u32 marked; /* Marked packets */
251 __u32 packets; member in struct:tc_gred_qopt
288 __u32 direct_pkts; /* count of non shapped packets */
306 __u32 giants; /* too big packets (rate will not be accurate) *
    [all...]
  /external/libvpx/vp8/encoder/
onyx_if.c 2037 int packets = oxcf->two_pass_stats_in.sz \/ packet_sz; local
    [all...]
  /external/quake/quake/src/QW/server/
server.h 24 #define MAX_MASTERS 8 // max recipients for heartbeat packets
79 // the master buffer is used for building log packets
209 int packets; member in struct:__anon10622
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 642 String packets = r.getString(R.string.radioInfo_display_packets); local
645 sent.setText(txPackets + " " + packets + ", " + txBytes + " " + bytes);
646 received.setText(rxPackets + " " + packets + ", " + rxBytes + " " + bytes);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
pkt_sched.h 27 __u32 packets; member in struct:tc_stats
165 __u32 packets; member in struct:tc_gred_qopt
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
pkt_sched.h 27 __u32 packets; member in struct:tc_stats
165 __u32 packets; member in struct:tc_gred_qopt
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
pkt_sched.h 27 __u32 packets; member in struct:tc_stats
165 __u32 packets; member in struct:tc_gred_qopt
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
pkt_sched.h 27 __u32 packets; member in struct:tc_stats
165 __u32 packets; member in struct:tc_gred_qopt
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
pkt_sched.h 27 __u32 packets; member in struct:tc_stats
165 __u32 packets; member in struct:tc_gred_qopt
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
pkt_sched.h 27 __u32 packets; member in struct:tc_stats
165 __u32 packets; member in struct:tc_gred_qopt

Completed in 1330 milliseconds

1 2