Lines Matching full:u_long
187 u_long rx_packets; /* total packets received */
188 u_long tx_packets; /* total packets transmitted */
189 u_long rx_bytes; /* total bytes received */
190 u_long tx_bytes; /* total bytes transmitted */
191 u_long rx_errors; /* bad packets received */
192 u_long tx_errors; /* packet transmit problems */
193 u_long rx_dropped; /* no space in Rx buffers */
194 u_long tx_dropped; /* no space available for Tx */
195 u_long multicast; /* multicast packets received */
196 u_long collisions;
199 u_long rx_length_errors;
200 u_long rx_over_errors; /* receiver ring buff overflow */
201 u_long rx_crc_errors; /* recv'd pkt with crc error */
202 u_long rx_frame_errors; /* recv'd frame alignment error */
203 u_long rx_fifo_errors; /* recv'r fifo overrun */
204 u_long rx_missed_errors; /* recv'r missed packet */
207 u_long tx_aborted_errors;
208 u_long tx_carrier_errors;
209 u_long tx_fifo_errors;
210 u_long tx_heartbeat_errors;
211 u_long tx_window_errors;
517 PCAP_API u_long pcap_mac_packets (void);