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

/netbsd-current/usr.sbin/faithd/
H A Dtcp.c63 volatile time_t child_lastactive = (time_t)0; variable
86 child_lastactive = time(NULL);
118 (FAITH_TIMEOUT < t - child_lastactive) ? "in" : "");
121 if (FAITH_TIMEOUT < t - child_lastactive
139 if (FAITH_TIMEOUT / 4 < t - child_lastactive) {
144 child_lastactive = t;
302 child_lastactive = parent_lastactive = time(NULL);

Completed in 174 milliseconds