Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c365 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in peerlist()
452 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in dopeers()
728 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in showpeer()
805 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in peerstats()
905 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in loopinfo()
968 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in sysinfo()
1056 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in sysstats()
1121 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in iostats()
1182 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in memstats()
1239 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in timerstats()
[all …]
H A Dntpdc.c1064 return INFO_ERR_IMPL; in doquery()
1076 case INFO_ERR_IMPL: in doquery()
/freebsd/contrib/ntp/include/
H A Dntp_request.h193 #define INFO_ERR_IMPL 1 /* incompatible implementation */ macro
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c475 req_ack(srcadr, inter, inpkt, INFO_ERR_IMPL); in process_private()