Searched refs:last_change (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h2164 @param last_change A timeval struct to copy the last time changed in
2167 extern errno_t ifnet_lastchange(ifnet_t interface, struct timeval *last_change);
H A Dkpi_interface.c1247 ifnet_lastchange(ifnet_t interface, struct timeval *last_change) argument
1252 *last_change = interface->if_data.ifi_lastchange;
1255 last_change->tv_sec += boottime_sec();

Completed in 17 milliseconds