HomeSort by: relevance | last modified time | path
    Searched defs:speer (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/
networking.h 47 struct speer { struct
48 struct speer *next;
  /src/external/bsd/ntp/dist/ntpd/
ntp_peer.c 417 struct peer *speer; local
428 for (speer = peer_list; speer != NULL; speer = speer->p_link)
429 if (speer->flags & FLAG_PREEMPT) {
430 x = score(speer);
ntp_proto.c 3531 int speer; local
3939 speer = 0;
3965 speer = i;
3972 * use the selected survivor speer. However, if the current
3973 * system peer is not speer, stay with the current system peer
3979 typesystem = peers[speer].peer;
4008 clock_combine(peers, sys_survivors, speer);

Completed in 20 milliseconds