Searched refs:pcap_stats (Results 1 - 5 of 5) sorted by relevance

/external/scapy/scapy/modules/
H A Dwinpcapy.py455 #int pcap_stats (pcap_t *p, struct pcap_stat *ps)
457 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/
H A Dpcap.h169 * As returned by the pcap_stats()
382 PCAP_API int pcap_stats(pcap_t *, struct pcap_stat *);
/external/libpcap/
H A Dpcap-dos.c457 if (pcap_stats(p,NULL) < 0)
H A Dpcap.c1664 pcap_stats(pcap_t *p, struct pcap_stat *ps) function
/external/tcpdump/
H A Dtcpdump.c2182 if (pcap_stats(pd, &stats) < 0) {
2183 (void)fprintf(stderr, "pcap_stats: %s\n", pcap_geterr(pd));

Completed in 85 milliseconds