Searched refs:ifi_oerrors (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_var.h171 u_int32_t ifi_oerrors; /* output errors on interface */ member in struct:if_data
209 u_int64_t ifi_oerrors; /* output errors on interface */ member in struct:if_data64
247 u_int64_t ifi_oerrors; /* output errors on interface */ member in struct:if_data_internal
274 #define if_oerrors if_data.ifi_oerrors
H A Dkpi_interface.c565 interface->if_data.ifi_oerrors += counts->errors_out;
622 interface->if_data.ifi_oerrors += errors_out;
653 interface->if_data.ifi_oerrors = stats->errors_out;
689 stats->errors_out = interface->if_data.ifi_oerrors;
H A Dif.c2278 COPYFIELD32(ifi_oerrors);
2330 COPYFIELD(ifi_oerrors);
H A Ddlil.c939 ifp->if_data.ifi_oerrors += stats->errors_out;

Completed in 30 milliseconds