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

  /src/external/bsd/ntp/dist/sntp/tests/
utilities.c 137 NTP_OLDVERSION,
141 set_li_vn_mode(&actual, LEAP_NOTINSYNC, NTP_OLDVERSION,
packetProcessing.c 289 NTP_OLDVERSION - 1,
291 TEST_ASSERT_TRUE(PKT_VERSION(testpkt.p.li_vn_mode) < NTP_OLDVERSION);
  /src/external/bsd/ntp/dist/sntp/
networking.c 229 if (PKT_VERSION(rpkt->li_vn_mode) < NTP_OLDVERSION ||
  /src/external/bsd/ntp/dist/include/
ntp.h 99 #define NTP_OLDVERSION ((u_char)1) /* oldest credible version */
ntp_request.h 241 |((version?version:(NTP_OLDVERSION+1))<<3)\
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 115 u_char pktversion = NTP_OLDVERSION + 1;
1077 || PKT_VERSION(rpkt.li_vn_mode) < NTP_OLDVERSION) {
2869 if (pcmd->argval[0].uval < NTP_OLDVERSION
2872 NTP_OLDVERSION, NTP_VERSION);
ntpq-subs.c 1235 if (pktversion > NTP_OLDVERSION) {
1905 if (pktversion > NTP_OLDVERSION)
  /src/external/bsd/ntp/dist/ntpdate/
ntpdate.c 779 if (PKT_VERSION(rpkt->li_vn_mode) < NTP_OLDVERSION ||
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 727 INFO_VERSION(rpkt.rm_vn_mode) < NTP_OLDVERSION) {
ntpdc_ops.c 1421 if (version > NTP_VERSION || version < NTP_OLDVERSION) {
  /src/external/bsd/ntp/dist/ntpd/
ntp_proto.c 784 && hisversion >= NTP_OLDVERSION) {
799 if (hisversion == NTP_OLDVERSION) {
ntp_request.c 449 || (++ec, INFO_VERSION(inpkt->rm_vn_mode) < NTP_OLDVERSION)
ntp_control.c 1224 if (res_version > NTP_VERSION || res_version < NTP_OLDVERSION) {

Completed in 47 milliseconds