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

/netbsd-current/external/bsd/ipf/dist/l4check/
H A Dl4check.c57 int ctimeout = 1; variable
333 tv.tv_sec = MIN(rtimeout, ctimeout);
354 (now - l4->l4_last > ctimeout)) {
622 ctimeout = atoi(t);
625 ctimeout);

Completed in 418 milliseconds