Searched refs:errors_in (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dkpi_interface.h516 @field errors_in The number of receive errors.
527 u_int32_t errors_in; member in struct:ifnet_stat_increment_param
600 @field errors_in The number of receive errors.
612 u_int64_t errors_in; member in struct:ifnet_stats_param
1209 @param errors_in The number of additional receive errors.
1214 u_int32_t errors_in);
H A Dkpi_interface.c561 interface->if_data.ifi_ierrors += counts->errors_in;
583 u_int32_t errors_in)
596 interface->if_data.ifi_ierrors += errors_in;
648 interface->if_data.ifi_ierrors = stats->errors_in;
684 stats->errors_in = interface->if_data.ifi_ierrors;
579 ifnet_stat_increment_in( ifnet_t interface, u_int32_t packets_in, u_int32_t bytes_in, u_int32_t errors_in) argument
H A Ddlil.c935 ifp->if_data.ifi_ierrors += stats->errors_in;

Completed in 23 milliseconds