Searched refs:sys_leap (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_timer.c | 368 if (sys_leap == LEAP_NOTINSYNC) { in timer() 378 if (sys_leap != LEAP_NOTINSYNC) { in timer() 404 , (sys_leap == LEAP_NOTINSYNC)); in timer() 405 if (sys_leap != LEAP_NOTINSYNC) { in timer() 545 set_sys_leap(sys_leap); in check_leapsec()
|
H A D | refclock_atom.c | 224 if (sys_leap == LEAP_NOTINSYNC) in atom_poll()
|
H A D | ntp_proto.c | 108 u_char sys_leap; /* system leap indicator, use set_sys_leap() to change this */ variable 238 sys_leap = new_sys_leap; in set_sys_leap() 239 xmt_leap = sys_leap; in set_sys_leap() 417 if (sys_leap != LEAP_NOTINSYNC) in transmit() 1377 if ( sys_leap == LEAP_NOTINSYNC in receive() 1386 … %d && sys_stratum == hisstratum+1, loop refid %#x == pkt refid %#x\n", sys_leap, sys_stratum, his… in receive() 3030 if (sys_leap == LEAP_NOTINSYNC) { in clock_update() 3507 if (0 == peer->burst || LEAP_NOTINSYNC == sys_leap) { in clock_filter() 4160 xpkt.li_vn_mode = PKT_LI_VN_MODE(sys_leap, peer->version, in peer_xmit() 4366 else if ( sys_leap != LEAP_NOTINSYNC in peer_xmit() [all …]
|
H A D | ntp_loopfilter.c | 798 if (sys_leap == LEAP_ADDSECOND) in local_clock() 800 else if (sys_leap == LEAP_DELSECOND) in local_clock()
|
H A D | ntp_control.c | 1227 rpkt.li_vn_mode = PKT_LI_VN_MODE(sys_leap, res_version, in process_control() 1383 return CTL_SYS_STATUS(sys_leap, this_clock, ctl_sys_num_events, in ctlsysstatus() 1435 sys_leap, in ctl_flushpkt() 1935 ctl_putuint(sys_var[CS_LEAP].text, sys_leap); in ctl_putsys()
|
H A D | ntpd.c | 1566 if (mdnsreg && (current_time - mdnsreg ) > 60 && mdnstries && sys_leap != LEAP_NOTINSYNC) {
|
H A D | ntp_refclock.c | 1530 if (ap->pps_params.mode == 0 && sys_leap != LEAP_NOTINSYNC) { in refclock_pps()
|
H A D | ntp_crypto.c | 992 if (sys_leap != LEAP_NOTINSYNC) in crypto_recv() 2006 if (sys_leap != LEAP_NOTINSYNC) in crypto_time()
|
H A D | ntp_request.c | 1092 is->leap = sys_leap; in sys_info()
|
/freebsd/contrib/bsnmp/snmp_ntp/ |
H A D | snmp_ntp.c | 92 static int32_t sys_leap; variable 809 sysb_leap = val_parse_int32(val, &sys_leap, in fetch_sysinfo() 1132 value->v.integer = sys_leap; in op_ntpSystem()
|
/freebsd/contrib/ntp/include/ |
H A D | ntpd.h | 517 extern u_char sys_leap; /* system leap indicator */
|
/freebsd/contrib/ntp/ |
H A D | ChangeLog | 1847 * [Bug 2246] Clear sys_leap when voting says to disarm the leap.
|
H A D | CommitLog | [all...] |