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

1 2 34 5 6 7 8 910

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
firewire-cdev.h 140 * stripped of all packets up until and including the interrupt packet are
483 * struct fw_cdev_queue_iso - Queue isochronous packets for I/O
484 * @packets: Userspace pointer to packet data
489 * Queue a number of isochronous packets for reception or transmission.
496 * The kernel may or may not queue all packets, but will write back updated
497 * values of the @packets, @data and @size fields, so the ioctl can be
501 __u64 packets; member in struct:fw_cdev_queue_iso
517 * @sync: Determines the value to wait for for receive packets that have
520 * Determines the tag values for which packets will be accepted.
  /system/extras/tests/net_test/
multinetwork_test.py 30 import packets namespace
99 s.bind((myaddr, packets.PING_IDENT))
100 net_test.SetSocketTos(s, packets.PING_TOS)
102 desc, expected = packets.ICMPEcho(version, myaddr, dstaddr)
106 s.sendto(packet + packets.PING_PAYLOAD, (dstaddr, 19321))
116 desc, expected = packets.SYN(53, version, myaddr, dstaddr,
132 desc, expected = packets.UDP(version, myaddr, dstaddr, sport=None)
152 inner = str(packets.UDP(inner_version, inner_src, inner_dst, sport=None)[1])
160 desc, expected = packets.GRE(version, myaddr, dstaddr, ethertype, inner)
225 # Figure out what packets to expect
    [all...]
  /bionic/libc/kernel/uapi/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /development/ndk/platforms/android-21/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /external/ImageMagick/coders/
psd.c 415 if (packets == 0) \
417 packets--
435 packets;
437 packets=(ssize_t) number_compact_pixels;
438 for (i=0; (packets > 1) && (i < (ssize_t) number_pixels); )
440 packets--;
430 packets; local
    [all...]
  /external/kernel-headers/original/uapi/linux/
firewire-cdev.h 112 * involve response packets. This includes unified write transactions,
114 * packets. @rcode indicates success or failure of such transmissions.
216 * %FW_CDEV_IOC_FLUSH_ISO, or when there have been so many completed packets
224 * is a multiple of 4 and &header contains timestamps of all packets up until
230 * The headers stripped of all packets up until and including the interrupt
236 * packets received in this interrupt event. The client can now iterate
237 * through the mmap()'ed DMA buffer according to this number of packets and
825 __u64 packets; member in struct:fw_cdev_queue_iso
    [all...]
  /external/libogg/src/
framing.c 13 function: code raw packets into framed OggSquish stream and
14 decode Ogg streams back into raw packets
74 /* returns the number of packets that are completed on this page (if
400 2) Unless necessary, don't flush pages if there are less than four packets on
401 them; this expands page size to reduce unneccessary overhead if incoming packets
503 /* This will flush remaining packets into a page (returning nonzero),
505 (undersized page). If there are no packets or partial packets to
508 ogg_stream_flush does not guarantee that all packets have flushed.
553 packets out calling ogg_stream_packetout() with
1462 int i,j,packets,pageout=pageskip; local
1644 const int packets[]={17, -1}; local
1653 const int packets[]={17, 254, 255, 256, 500, 510, 600, -1}; local
1662 const int packets[]={0,17, 254, 255, 0, 256, 0, 500, 510, 600, 0, -1}; local
1671 const int packets[]={4345,259,255,-1}; local
1681 const int packets[]={0,65500,259,255,-1}; local
1690 const int packets[]={0,4345,259,255,0,0,-1}; local
1700 const int packets[]={0,10,10,10,10,10,10,10,10, local
1740 const int packets[]={0,100,130049,259,255,-1}; local
1750 const int packets[]={0,100,130049,259,255,-1}; local
1759 const int packets[]={0,100,64770,-1}; local
    [all...]
  /external/libpcap/
pcap-usb-linux.c 849 int packets = 0; local
856 int limit = max_packets - packets;
910 packets++;
915 if (PACKET_COUNT_IS_UNLIMITED(max_packets) || (packets == max_packets))
925 return packets;
  /external/webrtc/talk/media/base/
videoengine_unittest.h 178 // This is required if you want to test unsignalled recv of video rtp packets.
243 int packets = 0; local
245 packets = NumRtpPackets();
248 } while (NumRtpPackets() > packets);
642 // the number of expected packets have been sent to avoid races where we
658 << "Timed out while waiting for packet counts for all sent packets.";
691 // Packets are being paced out, so these can mismatch between the first and
692 // second call to NumRtpPackets until pending packets are paced out.
715 // Packets are being paced out, so these can mismatch between the first and
716 // second call to NumRtpPackets until pending packets are paced out
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
firewire-cdev.h 112 * involve response packets. This includes unified write transactions,
114 * packets. @rcode indicates success or failure of such transmissions.
220 * is a multiple of 4 and &header contains timestamps of all packets up until
226 * The headers stripped of all packets up until and including the interrupt
232 * packets received in this interrupt event. The client can now iterate
233 * through the mmap()'ed DMA buffer according to this number of packets and
751 * packets are queued for this entry.
755 * If the @control.SYNC flag is set, the context drops all packets until a
815 __u64 packets; member in struct:fw_cdev_queue_iso
    [all...]
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso
  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
firewire-cdev.h 261 __u64 packets; member in struct:fw_cdev_queue_iso

Completed in 1358 milliseconds

1 2 34 5 6 7 8 910