Home
last modified time | relevance | path

Searched refs:pcap_stats (Results 1 – 17 of 17) sorted by relevance

/freebsd-head/contrib/libpcap/doc/
HDREADME.haiku.md17 [**pcap_stats**](https://www.tcpdump.org/manpages/pcap_stats.3pcap.html)(3PCAP)
HDREADME.linux30 reported by pcap_stats on Linux are as follows:
HDREADME.dag75 pcap_stats() is supported. ps_drop is the number of packets dropped due to
/freebsd-head/contrib/libpcap/testprogs/fuzz/
HDfuzz_pcap.c73 if (pcap_stats(pkts, &stats) == 0) { in LLVMFuzzerTestOneInput()
/freebsd-head/lib/libpcap/
HDMakefile107 pcap_stats.3 \
/freebsd-head/contrib/libpcap/testprogs/
HDcapturetest.c268 pcap_stats(pd, &ps); in main()
HDwritecaptest.c450 pcap_stats(pd, &ps); in main()
/freebsd-head/contrib/libpcap/pcap/
HDpcap.h629 PCAP_API int pcap_stats(pcap_t *, struct pcap_stat *);
/freebsd-head/contrib/pf/pflogd/
HDpflogd.c644 if (pcap_stats(hpcap, &pstat) < 0)
/freebsd-head/contrib/libpcap/rpcapd/
HDdaemon.c969 if (pcap_stats(session->fp, &stats)) in daemon_serviceloop()
2564 if (pcap_stats(session->fp, stats) == -1) in daemon_msg_stats_req()
/freebsd-head/contrib/libpcap/
HDpcap-dos.c486 if (pcap_stats(p,NULL) < 0) in pcap_cleanup_dos()
HDMakefile.in228 pcap_stats.3pcap \
HDpcap.c3874 pcap_stats(pcap_t *p, struct pcap_stat *ps) function
HDCHANGES1257 pcap_stats() has been documented as to what its counters mean on
HDCMakeLists.txt3392 pcap_stats.3pcap
/freebsd-head/contrib/tcpdump/
HDtcpdump.c2844 if (pcap_stats(pd, &stats) < 0) { in info()
HDCHANGES1219 Documentation on pcap_stats() counters.