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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_var.h173 u_int32_t ifi_ibytes; /* total number of octets received */ member in struct:if_data
211 u_int64_t ifi_ibytes; /* total number of octets received */ member in struct:if_data64
249 u_int64_t ifi_ibytes; /* total number of octets received */ member in struct:if_data_internal
276 #define if_ibytes if_data.ifi_ibytes
H A Dkpi_interface.c560 interface->if_data.ifi_ibytes += counts->bytes_in;
595 interface->if_data.ifi_ibytes += bytes_in;
646 interface->if_data.ifi_ibytes = stats->bytes_in;
682 stats->bytes_in = interface->if_data.ifi_ibytes;
H A Dif.c2280 COPYFIELD32(ifi_ibytes);
2332 COPYFIELD(ifi_ibytes);
H A Ddlil.c934 ifp->if_data.ifi_ibytes += stats->bytes_in;

Completed in 39 milliseconds