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

/freebsd-11.0-release/contrib/ntp/ntpdc/
H A Dntpdc.c594 struct sock_timeval tvo; local
633 tvo = tvout;
635 tvo = tvsout;
636 tospan = (uint32_t)tvo.tv_sec + (tvo.tv_usec != 0);
639 n = select(sockfd+1, &fds, NULL, NULL, &tvo);
/freebsd-11.0-release/contrib/ntp/ntpq/
H A Dntpq.c858 struct sock_timeval tvo; local
905 tvo = tvout;
907 tvo = tvsout;
908 tospan = (uint32_t)tvo.tv_sec + (tvo.tv_usec != 0);
911 n = select(sockfd+1, &fds, NULL, NULL, &tvo);

Completed in 98 milliseconds