Lines Matching defs:pcap_stat_ex
269 struct pcap_stat_ex { struct
270 u_long rx_packets; /* total packets received */
271 u_long tx_packets; /* total packets transmitted */
272 u_long rx_bytes; /* total bytes received */
273 u_long tx_bytes; /* total bytes transmitted */
274 u_long rx_errors; /* bad packets received */
275 u_long tx_errors; /* packet transmit problems */
276 u_long rx_dropped; /* no space in Rx buffers */
277 u_long tx_dropped; /* no space available for Tx */
278 u_long multicast; /* multicast packets received */
279 u_long collisions;
282 u_long rx_length_errors;
283 u_long rx_over_errors; /* receiver ring buff overflow */
284 u_long rx_crc_errors; /* recv'd pkt with crc error */
285 u_long rx_frame_errors; /* recv'd frame alignment error */
286 u_long rx_fifo_errors; /* recv'r fifo overrun */
287 u_long rx_missed_errors; /* recv'r missed packet */
290 u_long tx_aborted_errors;
291 u_long tx_carrier_errors;
292 u_long tx_fifo_errors;
293 u_long tx_heartbeat_errors;
294 u_long tx_window_errors;