Searched refs:pcap_stats (Results 1 – 17 of 17) sorted by relevance
/external/scapy/scapy/modules/ |
D | winpcapy.py | 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/testprogs/fuzz/ |
D | fuzz_rclient.c | 49 if (pcap_stats(pkts, &stats) == 0) { in LLVMFuzzerTestOneInput()
|
D | fuzz_pcap.c | 73 if (pcap_stats(pkts, &stats) == 0) { in LLVMFuzzerTestOneInput()
|
/external/libpcap/doc/ |
D | README.linux.md | 30 reported by pcap_stats on Linux are as follows:
|
D | README.dag | 75 pcap_stats() is supported. ps_drop is the number of packets dropped due to
|
D | README.capture-module | 241 called whenever pcap_stats() is called
|
/external/libpcap/testprogs/ |
D | capturetest.c | 268 pcap_stats(pd, &ps); in main()
|
D | writecaptest.c | 450 pcap_stats(pd, &ps); in main()
|
/external/libpcap/pcap/ |
D | pcap.h | 580 PCAP_API int pcap_stats(pcap_t *, struct pcap_stat *);
|
/external/libpcap/rpcapd/ |
D | daemon.c | 968 if (pcap_stats(session->fp, &stats)) in daemon_serviceloop() 2539 if (pcap_stats(session->fp, stats) == -1) in daemon_msg_stats_req()
|
/external/libpcap/ |
D | pcap-dos.c | 470 if (pcap_stats(p,NULL) < 0) in pcap_cleanup_dos()
|
D | Makefile.in | 228 pcap_stats.3pcap \
|
D | pcap.c | 3736 pcap_stats(pcap_t *p, struct pcap_stat *ps) function
|
D | CHANGES | 758 pcap_stats() has been documented as to what its counters mean on
|
D | CMakeLists.txt | 2586 pcap_stats.3pcap
|
/external/tcpdump/ |
D | tcpdump.c | 2182 if (pcap_stats(pd, &stats) < 0) { in info()
|
D | CHANGES | 804 Documentation on pcap_stats() counters.
|