Searched refs:tvzero (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/ntp/ntpdate/ |
H A D | ntpdate.c | 1897 struct sock_timeval tvzero; in input_handler() local 1912 tvzero.tv_sec = tvzero.tv_usec = 0; in input_handler() 1915 n = poll(fds, (unsigned int)nbsock, tvzero.tv_sec * 1000); in input_handler() 1930 n = select(maxfd, &fds, NULL, NULL, &tvzero); in input_handler()
|
/freebsd/contrib/ntp/ntpdc/ |
H A D | ntpdc.c | 1005 struct sock_timeval tvzero; in doquery() local 1020 tvzero.tv_sec = tvzero.tv_usec = 0; in doquery() 1023 res = select(sockfd+1, &fds, NULL, NULL, &tvzero); in doquery()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_io.c | 3737 struct timeval tvzero; local 3747 tvzero.tv_sec = tvzero.tv_usec = 0; 3749 n = select(maxactivefd + 1, &fds, NULL, NULL, &tvzero); 3752 tvzero.tv_sec = tvzero.tv_usec = 0; 3753 n = select(maxactivefd + 1, &fds, NULL, NULL, &tvzero);
|