HomeSort by: relevance | last modified time | path
    Searched refs:IMPL_XNTPD (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/ntp/dist/ntpdc/
ntpdc-layout.c 14 #if defined(IMPL_XNTPD_OLD) && IMPL_XNTPD != 3
15 #error Unexpected IMPL_XNTPD
ntpdc_ops.c 367 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) {
454 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) {
701 if (impl_ver == IMPL_XNTPD)
710 if (impl_ver == IMPL_XNTPD)
730 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) {
775 if (impl_ver == IMPL_XNTPD)
786 if (impl_ver == IMPL_XNTPD)
807 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) {
907 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) {
970 if (res == INFO_ERR_IMPL && impl_ver == IMPL_XNTPD) {
    [all...]
ntpdc.c 200 int impl_ver = IMPL_XNTPD;
571 impl_ver = IMPL_XNTPD;
1063 if (impl_ver == IMPL_XNTPD) {
1080 if (implcode == IMPL_XNTPD)
  /src/external/bsd/ntp/dist/scripts/monitoring/
ntploopstat 172 $IMPL_XNTPD = 2;
179 ;# B3: I# = IMPL_XNTPD
186 pack("CCCC nn x32 x8", 0x17, 0, $IMPL_XNTPD, $REQ_LOOP_INFO, 0, 0);
349 $b3 != $IMPL_XNTPD || # ! IMPL_XNTPD
  /src/external/bsd/ntp/dist/include/
ntp_request.h 263 #define IMPL_XNTPD 3 /* Used by post ipv6 ntpdc */
  /src/external/bsd/ntp/dist/ntpd/
ntp_request.c 473 else if ((inpkt->implementation == IMPL_XNTPD) ||
511 !(inpkt->implementation == IMPL_XNTPD &&
528 case IMPL_XNTPD:

Completed in 24 milliseconds