Home
last modified time | relevance | path

Searched refs:IMPL_XNTPD (Results 1 – 6 of 6) 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()
699 if (impl_ver == IMPL_XNTPD) in showpeer()
708 if (impl_ver == IMPL_XNTPD) in showpeer()
728 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) { in showpeer()
773 if (impl_ver == IMPL_XNTPD) in peerstats()
784 if (impl_ver == IMPL_XNTPD) in peerstats()
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()
[all …]
H A Dntpdc-layout.c12 #if defined(IMPL_XNTPD_OLD) && IMPL_XNTPD != 3
13 #error Unexpected IMPL_XNTPD
H A Dntpdc.c198 int impl_ver = IMPL_XNTPD;
569 impl_ver = IMPL_XNTPD; in openhost()
1061 if (impl_ver == IMPL_XNTPD) { in doquery()
1078 if (implcode == IMPL_XNTPD) in doquery()
/freebsd/contrib/ntp/scripts/monitoring/
H A Dntploopstat172 $IMPL_XNTPD = 2;
186 pack("CCCC nn x32 x8", 0x17, 0, $IMPL_XNTPD, $REQ_LOOP_INFO, 0, 0);
349 $b3 != $IMPL_XNTPD || # ! IMPL_XNTPD
/freebsd/contrib/ntp/include/
H A Dntp_request.h242 #define IMPL_XNTPD 3 /* Used by post ipv6 ntpdc */ macro
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c471 else if ((inpkt->implementation == IMPL_XNTPD) || in process_private()
509 !(inpkt->implementation == IMPL_XNTPD && in process_private()
526 case IMPL_XNTPD: in process_private()