HomeSort by relevance Sort by last modified time
    Searched refs:packets (Results 76 - 100 of 120) sorted by null

1 2 34 5

  /prebuilts/ndk/android-ndk-r7/platforms/android-4/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
  /prebuilts/ndk/android-ndk-r7/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
  /prebuilts/ndk/android-ndk-r7/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
  /prebuilts/ndk/android-ndk-r7/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
  /prebuilts/ndk/android-ndk-r7/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
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/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
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/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
  /system/netd/
BandwidthController.cpp 1009 * Chain FORWARD (policy RETURN 0 packets, 0 bytes)
1025 int64_t packets, bytes; local
1029 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0;
1031 &packets, &bytes, iface0, iface1, rest);
1033 iface0, iface1, packets, bytes, rest, buffPtr);
1040 ALOGV("iface_in=%s iface_out=%s rx_bytes=%lld rx_packets=%lld ", iface0, iface1, bytes, packets);
1041 stats.rxPackets = packets;
1044 ALOGV("iface_in=%s iface_out=%s tx_bytes=%lld tx_packets=%lld ", iface1, iface0, bytes, packets);
1045 stats.txPackets = packets;
    [all...]
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketKexInit.java 5 package ch.ethz.ssh2.packets;
53 if (packet_type != Packets.SSH_MSG_KEXINIT)
79 tw.writeByte(Packets.SSH_MSG_KEXINIT);
TypesReader.java 5 package ch.ethz.ssh2.packets;
TypesWriter.java 5 package ch.ethz.ssh2.packets;
  /external/v8/benchmarks/
richards.js 279 * The task has packets left to process.
418 * A task that manipulates work packets.
420 * @param {int} v1 a seed used to specify how work packets are manipulated
421 * @param {int} v2 another seed used to specify how work packets are manipulated
455 * A task that manipulates work packets and then suspends itself.
506 * nature of the work performed on packets by the tasks.
508 * Besides carrying data, packets form linked lists and are hence used both as
510 * @param {Packet} link the tail of the linked list of packets
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 274 * The task has packets left to process.
413 * A task that manipulates work packets.
415 * @param {int} v1 a seed used to specify how work packets are manipulated
416 * @param {int} v2 another seed used to specify how work packets are manipulated
450 * A task that manipulates work packets and then suspends itself.
501 * nature of the work performed on packets by the tasks.
503 * Besides carrying data, packets form linked lists and are hence used both as
505 * @param {Packet} link the tail of the linked list of packets
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 274 * The task has packets left to process.
413 * A task that manipulates work packets.
415 * @param {int} v1 a seed used to specify how work packets are manipulated
416 * @param {int} v2 another seed used to specify how work packets are manipulated
450 * A task that manipulates work packets and then suspends itself.
501 * nature of the work performed on packets by the tasks.
503 * Besides carrying data, packets form linked lists and are hence used both as
505 * @param {Packet} link the tail of the linked list of packets
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 274 * The task has packets left to process.
413 * A task that manipulates work packets.
415 * @param {int} v1 a seed used to specify how work packets are manipulated
416 * @param {int} v2 another seed used to specify how work packets are manipulated
450 * A task that manipulates work packets and then suspends itself.
501 * nature of the work performed on packets by the tasks.
503 * Besides carrying data, packets form linked lists and are hence used both as
505 * @param {Packet} link the tail of the linked list of packets
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
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.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
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.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
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.
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
TransportManager.java 32 import ch.ethz.ssh2.packets.PacketDisconnect;
33 import ch.ethz.ssh2.packets.Packets;
34 import ch.ethz.ssh2.packets.TypesReader;
40 * packets are allowed during kex exchange, on the other side we need to blindly
294 byte[] msg = new PacketDisconnect(Packets.SSH_DISCONNECT_BY_APPLICATION, cause.getMessage(), "")
736 if (type == Packets.SSH_MSG_IGNORE)
741 if (type == Packets.SSH_MSG_DEBUG)
767 if (type == Packets.SSH_MSG_UNIMPLEMENTED)
772 if (type == Packets.SSH_MSG_DISCONNECT
    [all...]
TransportConnection.java 18 import ch.ethz.ssh2.packets.Packets;
94 /* Only use zero byte padding for the first few packets */
199 log.debug("Sent " + Packets.getMessageName(message[off] & 0xff) + " " + len + " bytes payload");
280 log.debug("Received " + Packets.getMessageName(buffer[off] & 0xff) + " " + payload_length
  /external/iproute2/tc/
tc_util.c 505 prefix, (unsigned long long) bs.bytes, bs.packets);
554 prefix, (unsigned long long)st.bytes, st.packets, st.drops,
q_gred.c 41 fprintf(stderr, " avpkt BYTES burst PACKETS probability PROBABILITY "
295 qopt->packets,
  /external/libnl-headers/
netlink-types.h 318 * packets which are accepted from other layers while the
430 uint64_t packets; member in struct:rtnl_tstats::__anon8368
738 uint64_t packets; member in struct:nfnl_ct_dir
  /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:__anon11777
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 32 #define PACKETS_PER_BUFFER 20 // Number of MPEG-2 transport stream packets per buffer
42 MPEG2TS_Packet *packets; variable
43 size_t totalPackets; // total number of packets in input file
44 size_t numPackets; // number of packets to play, defaults to totalPackets - firstPacket
171 // compute number of packets to be enqueued in this buffer
206 result = (*caller)->Enqueue(caller, NULL, &packets[curPacket],
306 fprintf(stderr, " -n# Number of packets to enqueue\n");
343 packets = (MPEG2TS_Packet *) ptr;
345 printf("%s has %zu total packets\n", uri, totalPackets);
483 &packets[curPacket], MPEG2TS_PACKET_SIZE * packetsThisBuffer, NULL, 0)
    [all...]

Completed in 1926 milliseconds

1 2 34 5