Home
last modified time | relevance | path

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

/dflybsd-src/contrib/libpcap/pcap/
H A Dpcap.h271 struct pcap_stat_ex { struct
272 u_long rx_packets; /* total packets received */
273 u_long tx_packets; /* total packets transmitted */
274 u_long rx_bytes; /* total bytes received */
275 u_long tx_bytes; /* total bytes transmitted */
276 u_long rx_errors; /* bad packets received */
277 u_long tx_errors; /* packet transmit problems */
278 u_long rx_dropped; /* no space in Rx buffers */
279 u_long tx_dropped; /* no space available for Tx */
280 u_long multicast; /* multicast packets received */
[all …]