Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/ipf/ipfstat/
H A Dipfstat.c1293 struct timeval selecttimeout; in topipstates() local
1670 selecttimeout.tv_sec = refreshtime; in topipstates()
1671 selecttimeout.tv_usec = 0; in topipstates()
1674 select(1, &readfd, NULL, NULL, &selecttimeout); in topipstates()