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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_mib.h71 struct if_data64 ifmd_data; /* generic information and statistics */
H A Dif_var.h192 struct if_data64 { struct
705 struct if_data64 *if_data64);
H A Dif.h224 struct if_data64 ifm_data; /* statistics and other data about if */
H A Dif.c2307 struct if_data64 *if_data64)
2313 #define COPYFIELD(fld) if_data64->fld = if_data_int->fld
2321 if_data64->ifi_unused1 = 0;
2344 if_data64->ifi_lastchange.tv_sec += boottime_sec();
2304 if_data_internal_to_if_data64( struct ifnet *ifp, const struct if_data_internal *if_data_int, struct if_data64 *if_data64) argument

Completed in 88 milliseconds