Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/ntpdate/
H A Dntpdate.c1900 struct sock_timeval tvzero; in input_handler() local
1915 tvzero.tv_sec = tvzero.tv_usec = 0; in input_handler()
1918 n = poll(fds, (unsigned int)nbsock, tvzero.tv_sec * 1000); in input_handler()
1933 n = select(maxfd, &fds, NULL, NULL, &tvzero); in input_handler()
/netbsd/external/bsd/ntp/dist/ntpdc/
H A Dntpdc.c989 struct sock_timeval tvzero; in doquery() local
1004 tvzero.tv_sec = tvzero.tv_usec = 0; in doquery()
1007 res = select(sockfd+1, &fds, NULL, NULL, &tvzero); in doquery()
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_io.c3715 struct timeval tvzero; local
3725 tvzero.tv_sec = tvzero.tv_usec = 0;
3727 n = select(maxactivefd + 1, &fds, NULL, NULL, &tvzero);
3730 tvzero.tv_sec = tvzero.tv_usec = 0;
3731 n = select(maxactivefd + 1, &fds, NULL, NULL, &tvzero);