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

/freebsd-10.0-release/contrib/ipfilter/l4check/
H A Dl4check.c58 int rtimeout = 1; variable
333 tv.tv_sec = MIN(rtimeout, ctimeout);
338 if (now - l4->l4_last > rtimeout) {
698 rtimeout = atoi(t);
702 rtimeout);

Completed in 167 milliseconds