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

  /src/external/bsd/ntp/dist/include/
ntp_types.h 260 * On Unix struct sock_timeval is equivalent to struct timeval.
261 * On Windows built with 64-bit time_t, sock_timeval.tv_sec is a long
267 #define sock_timeval timeval macro
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 175 static struct sock_timeval tvout = { DEFTIMEOUT, 0 }; /* time out for reads */
176 static struct sock_timeval tvsout = { DEFSTIMEOUT, 0 };/* secondary time out */
623 struct sock_timeval tvo;
1007 struct sock_timeval tvzero;
  /src/external/bsd/ntp/dist/ntpdate/
ntpdate.c 65 struct sock_timeval timeout = {0,1000000/TIMER_HZ};
1900 struct sock_timeval tvzero;
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 359 struct sock_timeval tvout = { DEFTIMEOUT, 0 }; /* time out for reads */
360 struct sock_timeval tvsout = { DEFSTIMEOUT, 0 };/* secondary time out */
937 struct sock_timeval tvo;

Completed in 19 milliseconds