HomeSort by: relevance | last modified time | path
    Searched refs:tvo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 623 struct sock_timeval tvo; local
662 tvo = tvout;
664 tvo = tvsout;
665 tospan = (uint32_t)tvo.tv_sec + (tvo.tv_usec != 0);
668 n = select(sockfd+1, &fds, NULL, NULL, &tvo);
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 937 struct sock_timeval tvo; local
984 tvo = tvout;
986 tvo = tvsout;
987 tospan = (uint32_t)tvo.tv_sec + (tvo.tv_usec != 0);
990 n = select(sockfd+1, &fds, NULL, NULL, &tvo);

Completed in 55 milliseconds