Home
last modified time | relevance | path

Searched defs:rpcap_stats (Results 1 – 1 of 1) sorted by relevance

/external/libpcap/
Drpcap-protocol.h328 struct rpcap_stats struct
330 uint32 ifrecv; /* Packets received by the kernel filter (i.e. pcap_stats.ps_recv) */
331 …* Packets dropped by the network interface (e.g. not enough buffers) (i.e. pcap_stats.ps_ifdrop) */
332 uint32 krnldrop; /* Packets dropped by the kernel filter (i.e. pcap_stats.ps_drop) */
333 uint32 svrcapt; /* Packets captured by the RPCAP daemon and sent on the network */