Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/pcap/
H A Dpcap.h317 struct pcap_stat_ex { struct
318 u_long rx_packets; /* total packets received */
319 u_long tx_packets; /* total packets transmitted */
320 u_long rx_bytes; /* total bytes received */
321 u_long tx_bytes; /* total bytes transmitted */
322 u_long rx_errors; /* bad packets received */
323 u_long tx_errors; /* packet transmit problems */
324 u_long rx_dropped; /* no space in Rx buffers */
325 u_long tx_dropped; /* no space available for Tx */
326 u_long multicast; /* multicast packets received */
[all …]