Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Drpcap-protocol.h351 struct rpcap_stats struct
353 uint32 ifrecv; /* Packets received by the kernel filter (i.e. pcap_stats.ps_recv) */
354 …* Packets dropped by the network interface (e.g. not enough buffers) (i.e. pcap_stats.ps_ifdrop) */
355 uint32 krnldrop; /* Packets dropped by the kernel filter (i.e. pcap_stats.ps_drop) */
356 uint32 svrcapt; /* Packets captured by the RPCAP daemon and sent on the network */