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

/fuchsia/zircon/system/core/netsvc/
H A Dtftp.c155 zx_time_t last_reported = zx_clock_get_monotonic(); local
180 if (zx_time_sub_time(curr_time, last_reported) >= ZX_SEC(1)) {
183 last_reported = curr_time;

Completed in 94 milliseconds