Searched defs:pcap_stat_ex (Results 1 – 1 of 1) sorted by relevance
223 struct pcap_stat_ex { struct224 u_long rx_packets; /* total packets received */225 u_long tx_packets; /* total packets transmitted */226 u_long rx_bytes; /* total bytes received */227 u_long tx_bytes; /* total bytes transmitted */228 u_long rx_errors; /* bad packets received */229 u_long tx_errors; /* packet transmit problems */230 u_long rx_dropped; /* no space in Rx buffers */231 u_long tx_dropped; /* no space available for Tx */232 u_long multicast; /* multicast packets received */[all …]