Home
last modified time | relevance | path

Searched refs:parent_lastactive (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/faithd/
H A Dtcp.c64 static time_t parent_lastactive = (time_t)0; variable
117 (FAITH_TIMEOUT < t - parent_lastactive) ? "in" : "", in notify_inactive()
122 && FAITH_TIMEOUT < t - parent_lastactive) { in notify_inactive()
148 parent_lastactive = time(NULL); in notify_active()
302 child_lastactive = parent_lastactive = time(NULL); in tcp_relay()