Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c367 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in peerlist()
454 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in dopeers()
730 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in showpeer()
807 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in peerstats()
907 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in loopinfo()
970 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in sysinfo()
1058 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in sysstats()
1123 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in iostats()
1184 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in memstats()
1241 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in timerstats()
[all …]
/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_request.h214 #define INFO_ERR_IMPL 1 /* incompatible implementation */ macro