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

/netbsd-current/usr.sbin/ndbootd/
H A Dndbootd.c300 time_t last_open_time; local
516 last_open_time = 0;
607 last_open_time = 0;
641 if ((last_open_time + NDBOOTD_CLIENT_TTL_SECONDS) < now) {
710 last_open_time = now;

Completed in 187 milliseconds