Searched refs:NTP_API (Results 1 – 5 of 5) sorted by relevance
127 #if defined(NTP_API) && NTP_API > 3 in main()201 #ifdef NTP_API in main()202 # if NTP_API > 3 in main()322 #if defined(NTP_API) && NTP_API > 3 in main()
44 # ifdef NTP_API in ntp_gettime()45 # if NTP_API > 3 in ntp_gettime()
36 #define NTP_API 4 /* NTP API version */ macro
92 * includes TAI offset and is identified by the symbol NTP_API with138 #if defined(STA_NANO) && NTP_API == 4829 #if defined(STA_NANO) && NTP_API == 4 in local_clock()
101 Check against STA_NANO instead of (NTP_API > 3) to catch kernels1686 * ntpd/ntp_crypto.c: Check NTP_API if we're doing KERNEL_PLL so we1720 don't need it since we can check NTP_API. Re-hack the generated