Searched refs:max_packets (Results 1 - 9 of 9) sorted by relevance

/external/ImageMagick/coders/
H A Dviff.c245 max_packets,
510 max_packets=((image->columns+7UL) >> 3UL)*image->rows;
516 max_packets=(size_t) (number_pixels*viff_info.number_data_bands);
519 max_packets),bytes_per_pixel*sizeof(*pixels));
522 count=ReadBlob(image,bytes_per_pixel*max_packets,pixels);
531 MSBOrderShort(pixels,bytes_per_pixel*max_packets);
537 MSBOrderLong(pixels,bytes_per_pixel*max_packets);
563 for (i=0; i < (ssize_t) max_packets; i++)
594 for (i=0; i < (ssize_t) max_packets; i++)
241 max_packets, local
/external/libpcap/
H A Dpcap-usb-linux.c508 usb_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
822 usb_read_linux_bin(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
881 usb_read_linux_mmap(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
896 int limit = max_packets - packets;
954 /* with max_packets specifying "unlimited" we stop afer the first chunk*/
955 if (PACKET_COUNT_IS_UNLIMITED(max_packets) || (packets == max_packets))
H A Dpcap-bt-monitor-linux.c77 bt_monitor_read(pcap_t *handle, int max_packets _U_, pcap_handler callback, u_char *user)
H A Dpcap-dbus.c54 dbus_read(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
H A Dpcap-linux.c1604 * Read at most max_packets from the capture stream and call the callback
1609 pcap_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
4779 pcap_read_linux_mmap_v1(pcap_t *handle, int max_packets, pcap_handler callback, argument
4800 /* non-positive values of max_packets are used to require all
4802 while ((pkts < max_packets) || PACKET_COUNT_IS_UNLIMITED(max_packets)) {
4863 pcap_read_linux_mmap_v1_64(pcap_t *handle, int max_packets, pcap_handler callback, argument
4884 /* non-positive values of max_packets are used to require all
4886 while ((pkts < max_packets) || PACKET_COUNT_IS_UNLIMITED(max_packets)) {
4948 pcap_read_linux_mmap_v2(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
5038 pcap_read_linux_mmap_v3(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
[all...]
H A Dpcap-bt-linux.c299 bt_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
H A Dpcap-netfilter-linux.c89 netfilter_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
H A Dpcap-sita.c944 static int pcap_read_acn(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) { argument
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h582 __s32 max_packets; member in struct:tc_netem_slot

Completed in 266 milliseconds