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

/freebsd-11-stable/contrib/ntp/ntpdate/
H A Dntpdate.c1897 struct sock_timeval tvzero; local
1912 tvzero.tv_sec = tvzero.tv_usec = 0;
1915 n = poll(fds, (unsigned int)nbsock, tvzero.tv_sec * 1000);
1930 n = select(maxfd, &fds, NULL, NULL, &tvzero);
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc.c987 struct sock_timeval tvzero; local
1002 tvzero.tv_sec = tvzero.tv_usec = 0;
1005 res = select(sockfd+1, &fds, NULL, NULL, &tvzero);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_io.c3708 struct timeval tvzero; local
3718 tvzero.tv_sec = tvzero.tv_usec = 0;
3720 n = select(maxactivefd + 1, &fds, NULL, NULL, &tvzero);
3723 tvzero.tv_sec = tvzero.tv_usec = 0;
3724 n = select(maxactivefd + 1, &fds, NULL, NULL, &tvzero);

Completed in 86 milliseconds