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

/freebsd-11.0-release/contrib/ntp/sntp/tests/
H A Dutilities.c138 NTP_OLDVERSION,
142 set_li_vn_mode(&actual, LEAP_NOTINSYNC, NTP_OLDVERSION,
H A DpacketProcessing.c278 NTP_OLDVERSION - 1,
280 TEST_ASSERT_TRUE(PKT_VERSION(testpkt.p.li_vn_mode) < NTP_OLDVERSION);
/freebsd-11.0-release/contrib/ntp/sntp/
H A Dnetworking.c222 if (PKT_VERSION(rpkt->li_vn_mode) < NTP_OLDVERSION ||
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp.h97 #define NTP_OLDVERSION ((u_char)1) /* oldest credible version */ macro
H A Dntp_request.h220 |((version?version:(NTP_OLDVERSION+1))<<3)\
/freebsd-11.0-release/contrib/ntp/ntpq/
H A Dntpq.c103 u_char pktversion = NTP_OLDVERSION + 1;
998 || PKT_VERSION(rpkt.li_vn_mode) < NTP_OLDVERSION) {
2764 if (pcmd->argval[0].uval < NTP_OLDVERSION
2767 NTP_OLDVERSION, NTP_VERSION);
H A Dntpq-subs.c1189 if (pktversion > NTP_OLDVERSION) {
1813 if (pktversion > NTP_OLDVERSION)
/freebsd-11.0-release/contrib/ntp/ntpdate/
H A Dntpdate.c764 if (PKT_VERSION(rpkt->li_vn_mode) < NTP_OLDVERSION ||
/freebsd-11.0-release/contrib/ntp/ntpdc/
H A Dntpdc.c698 INFO_VERSION(rpkt.rm_vn_mode) < NTP_OLDVERSION) {
H A Dntpdc_ops.c1410 if (version > NTP_VERSION || version < NTP_OLDVERSION) {
/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_proto.c686 && hisversion >= NTP_OLDVERSION) {
700 if (hisversion == NTP_OLDVERSION) {
H A Dntp_request.c447 || (++ec, INFO_VERSION(inpkt->rm_vn_mode) < NTP_OLDVERSION)
H A Dntp_control.c1206 if (res_version > NTP_VERSION || res_version < NTP_OLDVERSION) {

Completed in 136 milliseconds