Home
last modified time | relevance | path

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

/freebsd/share/examples/ipfilter/l4check/
H A Dl4check.c39 time_t l4_last; /* when we last connected */ member
288 if ((l4->l4_last + frequency < now) && (l4->l4_fd == -1)) { in runconfig()
289 l4->l4_last = now; in runconfig()
336 if (now - l4->l4_last > rtimeout) { in runconfig()
352 (now - l4->l4_last > ctimeout)) { in runconfig()