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

/macosx-10.10/libpcap-48/libpcap/
H A Dpcap-canusb-linux.c390 canusb_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
397 while(i < max_packets)
H A Dpcap-usb-linux.c465 usb_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
779 usb_read_linux_bin(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
838 usb_read_linux_mmap(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
853 int limit = max_packets - packets;
911 /* with max_packets specifying "unlimited" we stop afer the first chunk*/
912 if (PACKET_COUNT_IS_UNLIMITED(max_packets) || (packets == max_packets))
H A Dpcap-can-linux.c220 can_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
H A Dpcap-dbus.c54 dbus_read(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
H A Dpcap-linux.c1393 * Read at most max_packets from the capture stream and call the callback
1398 pcap_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
4305 pcap_read_linux_mmap_v1(pcap_t *handle, int max_packets, pcap_handler callback, argument
4318 /* non-positive values of max_packets are used to require all
4320 while ((pkts < max_packets) || PACKET_COUNT_IS_UNLIMITED(max_packets)) {
4379 pcap_read_linux_mmap_v2(pcap_t *handle, int max_packets, pcap_handler callback, argument
4392 /* non-positive values of max_packets are used to require all
4394 while ((pkts < max_packets) || PACKET_COUNT_IS_UNLIMITED(max_packets)) {
4458 pcap_read_linux_mmap_v3(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
[all...]
H A Dpcap-bt-linux.c304 bt_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
H A Dpcap-netfilter-linux.c87 netfilter_read_linux(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) argument
H A Dpcap-sita.c939 static int pcap_read_acn(pcap_t *handle, int max_packets, pcap_handler callback, u_char *user) { argument

Completed in 219 milliseconds