Home
last modified time | relevance | path

Searched refs:MAX_CLOCK_QUALITY (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
HDrefclock_arc.c539 #define MAX_CLOCK_QUALITY 5 /* Max quality clock will return. */ macro
1068 if(((q & 0x70) != 0x30) || ((q & 0xf) > MAX_CLOCK_QUALITY) || in arc_receive()