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

/freebsd-13-stable/contrib/libpcap/
H A Dpcap-dag.c749 struct timeval maxwait; local
833 &mindata, &maxwait, &poll) < 0) {
874 maxwait.tv_sec = p->opt.timeout/1000;
875 maxwait.tv_usec = (p->opt.timeout%1000) * 1000;
878 mindata, &maxwait, &poll) < 0) {
1238 struct timeval maxwait; local
1251 &mindata, &maxwait, &poll) < 0) {
1267 mindata, &maxwait, &poll) < 0) {
/freebsd-13-stable/usr.sbin/syslogd/
H A Dsyslogd.c3281 waitdaemon(int maxwait) argument
3294 alarm(maxwait);

Completed in 100 milliseconds