Lines Matching defs:pcap_stat_ex
271 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 */
281 u_long collisions;
284 u_long rx_length_errors;
285 u_long rx_over_errors; /* receiver ring buff overflow */
286 u_long rx_crc_errors; /* recv'd pkt with crc error */
287 u_long rx_frame_errors; /* recv'd frame alignment error */
288 u_long rx_fifo_errors; /* recv'r fifo overrun */
289 u_long rx_missed_errors; /* recv'r missed packet */
292 u_long tx_aborted_errors;
293 u_long tx_carrier_errors;
294 u_long tx_fifo_errors;
295 u_long tx_heartbeat_errors;
296 u_long tx_window_errors;