Home
last modified time | relevance | path

Searched refs:PACKET_COUNT_IS_UNLIMITED (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/libpcap/
H A Dpcap-usb-linux.c770 if (PACKET_COUNT_IS_UNLIMITED(max_packets)) { in usb_read_linux_mmap()
936 if (PACKET_COUNT_IS_UNLIMITED(max_packets) || in usb_read_linux_mmap()
H A Ddlpisubs.c209 if (++n >= count && !PACKET_COUNT_IS_UNLIMITED(count)) { in pcap_process_pkts()
H A Dpcap-int.h394 #define PACKET_COUNT_IS_UNLIMITED(count) ((count) <= 0) macro
H A Dpcap-nit.c188 if (++n >= cnt && !PACKET_COUNT_IS_UNLIMITED(cnt)) { in pcap_read_nit()
H A Dpcap-npf.c772 if (++n >= cnt && !PACKET_COUNT_IS_UNLIMITED(cnt)) { in pcap_read_npf()
851 if (PACKET_COUNT_IS_UNLIMITED(cnt)) in pcap_read_win32_dag()
966 if (++n >= cnt && !PACKET_COUNT_IS_UNLIMITED(cnt)) in pcap_read_win32_dag()
H A Dpcap-snit.c199 if (++n >= cnt && !PACKET_COUNT_IS_UNLIMITED(cnt)) { in pcap_read_snit()
H A Dsavefile.c645 if (PACKET_COUNT_IS_UNLIMITED(cnt)) in pcapint_offline_read()
H A Dpcap-snf.c153 if (PACKET_COUNT_IS_UNLIMITED(cnt)) in snf_read()
H A Dpcap-pf.c213 if (++n >= cnt && !PACKET_COUNT_IS_UNLIMITED(cnt)) { in pcap_read_pf()
H A Dpcap-rdmasniff.c150 if (PACKET_COUNT_IS_UNLIMITED(max_packets)) in rdmasniff_read()
H A Dpcap-airpcap.c680 if (++n >= cnt && !PACKET_COUNT_IS_UNLIMITED(cnt)) { in airpcap_read()
H A Dpcap-netfilter-linux.c294 if (count >= max_packets && !PACKET_COUNT_IS_UNLIMITED(max_packets)) { in netfilter_read_linux()
H A Dpcap-dpdk.c345 if (PACKET_COUNT_IS_UNLIMITED(max_cnt)) in pcap_dpdk_dispatch()
H A Dpcap-dos.c371 if (PACKET_COUNT_IS_UNLIMITED(cnt)) in pcap_read_dos()
H A Dpcap-dag.c711 if (processed == cnt && !PACKET_COUNT_IS_UNLIMITED(cnt)) in dag_read()
H A Dpcap-rpcap.c666 if (PACKET_COUNT_IS_UNLIMITED(cnt)) in pcap_read_rpcap()
669 while (n < cnt || PACKET_COUNT_IS_UNLIMITED(cnt)) in pcap_read_rpcap()
H A Dpcap-linux.c4259 if (PACKET_COUNT_IS_UNLIMITED(max_packets)) in pcap_read_linux_mmap_v2()
4367 if (PACKET_COUNT_IS_UNLIMITED(max_packets)) in pcap_read_linux_mmap_v3()
H A Dpcap-bpf.c1429 if (++n >= cnt && !PACKET_COUNT_IS_UNLIMITED(cnt)) { in pcap_read_bpf()
H A Dpcap.c2979 if (!PACKET_COUNT_IS_UNLIMITED(cnt)) {