Lines Matching defs:pcap_stat_ex
182 struct pcap_stat_ex { struct
183 u_long rx_packets; /* total packets received */
184 u_long tx_packets; /* total packets transmitted */
185 u_long rx_bytes; /* total bytes received */
186 u_long tx_bytes; /* total bytes transmitted */
187 u_long rx_errors; /* bad packets received */
188 u_long tx_errors; /* packet transmit problems */
189 u_long rx_dropped; /* no space in Rx buffers */
190 u_long tx_dropped; /* no space available for Tx */
191 u_long multicast; /* multicast packets received */
192 u_long collisions;
195 u_long rx_length_errors;
196 u_long rx_over_errors; /* receiver ring buff overflow */
197 u_long rx_crc_errors; /* recv'd pkt with crc error */
198 u_long rx_frame_errors; /* recv'd frame alignment error */
199 u_long rx_fifo_errors; /* recv'r fifo overrun */
200 u_long rx_missed_errors; /* recv'r missed packet */
203 u_long tx_aborted_errors;
204 u_long tx_carrier_errors;
205 u_long tx_fifo_errors;
206 u_long tx_heartbeat_errors;
207 u_long tx_window_errors;