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

  /src/external/bsd/ntp/dist/include/
ntpd.h 254 extern double sys_maxdist;
  /src/external/bsd/ntp/dist/ntpd/
ntp_proto.c 151 double sys_maxdist = MAXDISTANCE; /* selection threshold */ variable
3428 || (m >= 2 && dst[i] >= sys_maxdist))
3476 if ( peer->disp < sys_maxdist
3477 && peer->filter_disp[k] < sys_maxdist
4137 * cannot exceed the sys_maxdist, as this is the cutoff by the
5143 && root_distance(peer) >= sys_maxdist
5459 sys_maxdist = dvalue;

Completed in 32 milliseconds