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

/freebsd-13-stable/contrib/ipfilter/l4check/
H A Dl4check.c40 time_t l4_last; /* when we last connected */ member in struct:l4cfg
290 if ((l4->l4_last + frequency < now) && (l4->l4_fd == -1)) {
291 l4->l4_last = now;
338 if (now - l4->l4_last > rtimeout) {
354 (now - l4->l4_last > ctimeout)) {

Completed in 111 milliseconds