Home
last modified time | relevance | path

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

/external/scapy/scapy/modules/
Dwinpcapy.py457 pcap_stats = _lib.pcap_stats variable
458 pcap_stats.restype = c_int
459 pcap_stats.argtypes = [POINTER(pcap_t), POINTER(pcap_stat)]
/external/libpcap/pcap/
Dpcap.h445 PCAP_API int pcap_stats(pcap_t *, struct pcap_stat *);
/external/libpcap/doc/
DREADME.linux.md95 reported by pcap_stats on Linux are as follows:
DREADME.dag75 pcap_stats() is supported. ps_drop is the number of packets dropped due to
/external/libpcap/rpcapd/
Ddaemon.c696 if (pcap_stats(session->fp, &stats)) in daemon_serviceloop()
2183 if (pcap_stats(session->fp, stats) == -1) in daemon_msg_stats_req()
/external/libpcap/
Dpcap-dos.c470 if (pcap_stats(p,NULL) < 0) in pcap_cleanup_dos()
DMakefile.in216 pcap_stats.3pcap \
Dpcap.c3383 pcap_stats(pcap_t *p, struct pcap_stat *ps)
DCHANGES578 pcap_stats() has been documented as to what its counters mean on
DCMakeLists.txt2127 pcap_stats.3pcap
/external/tcpdump/
Dtcpdump.c2182 if (pcap_stats(pd, &stats) < 0) { in info()
DCHANGES804 Documentation on pcap_stats() counters.