Home
last modified time | relevance | path

Searched refs:NTP_OLDVERSION (Results 1 – 13 of 13) sorted by relevance

/freebsd-14-stable/contrib/ntp/sntp/tests/
HDutilities.c135 NTP_OLDVERSION, in test_SetLiVnMode2()
139 set_li_vn_mode(&actual, LEAP_NOTINSYNC, NTP_OLDVERSION, in test_SetLiVnMode2()
HDpacketProcessing.c287 NTP_OLDVERSION - 1, in test_ServerVersionTooOld()
289 TEST_ASSERT_TRUE(PKT_VERSION(testpkt.p.li_vn_mode) < NTP_OLDVERSION); in test_ServerVersionTooOld()
/freebsd-14-stable/contrib/ntp/sntp/
HDnetworking.c227 if (PKT_VERSION(rpkt->li_vn_mode) < NTP_OLDVERSION || in process_pkt()
/freebsd-14-stable/contrib/ntp/include/
HDntp.h97 #define NTP_OLDVERSION ((u_char)1) /* oldest credible version */ macro
HDntp_request.h220 |((version?version:(NTP_OLDVERSION+1))<<3)\
/freebsd-14-stable/contrib/ntp/ntpq/
HDntpq.c113 u_char pktversion = NTP_OLDVERSION + 1;
1075 || PKT_VERSION(rpkt.li_vn_mode) < NTP_OLDVERSION) { in getresponse()
2867 if (pcmd->argval[0].uval < NTP_OLDVERSION in ntpversion()
2870 NTP_OLDVERSION, NTP_VERSION); in ntpversion()
HDntpq-subs.c1233 if (pktversion > NTP_OLDVERSION) { in printassoc()
1903 if (pktversion > NTP_OLDVERSION) in doprintpeers()
/freebsd-14-stable/contrib/ntp/ntpdc/
HDntpdc.c725 INFO_VERSION(rpkt.rm_vn_mode) < NTP_OLDVERSION) { in getresponse()
HDntpdc_ops.c1419 if (version > NTP_VERSION || version < NTP_OLDVERSION) { in doconfig()
/freebsd-14-stable/contrib/ntp/ntpdate/
HDntpdate.c776 if (PKT_VERSION(rpkt->li_vn_mode) < NTP_OLDVERSION || in receive()
/freebsd-14-stable/contrib/ntp/ntpd/
HDntp_proto.c782 && hisversion >= NTP_OLDVERSION) { in receive()
797 if (hisversion == NTP_OLDVERSION) { in receive()
HDntp_request.c447 || (++ec, INFO_VERSION(inpkt->rm_vn_mode) < NTP_OLDVERSION) in process_private()
HDntp_control.c1216 if (res_version > NTP_VERSION || res_version < NTP_OLDVERSION) { in process_control()