Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_request.h873 #define NUMCBUGTIMES 32 macro
882 l_fp times[NUMCBUGTIMES];
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2897 if (n > NUMCBUGTIMES) in clkbug()
2898 n = NUMCBUGTIMES; in clkbug()
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c2693 if (i > NUMCBUGTIMES) in get_clkbug_info()
2694 i = NUMCBUGTIMES; in get_clkbug_info()