Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c1287 struct timeval selecttimeout; in topipstates() local
1664 selecttimeout.tv_sec = refreshtime; in topipstates()
1665 selecttimeout.tv_usec = 0; in topipstates()
1668 select(1, &readfd, NULL, NULL, &selecttimeout); in topipstates()