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

/freebsd-9.3-release/usr.sbin/faithd/
H A Dtcp.c64 volatile time_t child_lastactive = (time_t)0; variable
86 child_lastactive = time(NULL);
117 (FAITH_TIMEOUT < t - child_lastactive) ? "in" : "");
120 if (FAITH_TIMEOUT < t - child_lastactive
138 if (FAITH_TIMEOUT / 4 < t - child_lastactive) {
143 child_lastactive = t;
300 child_lastactive = parent_lastactive = time(NULL);

Completed in 43 milliseconds