Lines Matching defs:pcap_stat_ex
317 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 */
327 u_long collisions;
330 u_long rx_length_errors;
331 u_long rx_over_errors; /* receiver ring buff overflow */
332 u_long rx_crc_errors; /* recv'd pkt with crc error */
333 u_long rx_frame_errors; /* recv'd frame alignment error */
334 u_long rx_fifo_errors; /* recv'r fifo overrun */
335 u_long rx_missed_errors; /* recv'r missed packet */
338 u_long tx_aborted_errors;
339 u_long tx_carrier_errors;
340 u_long tx_fifo_errors;
341 u_long tx_heartbeat_errors;
342 u_long tx_window_errors;