Home
last modified time | relevance | path

Searched refs:FLAG_REFCLOCK (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
HDntp_timer.c316 if (FLAG_REFCLOCK & p->flags) in timer()
341 if (FLAG_REFCLOCK & p->flags) { in timer()
HDntp_proto.c3138 else if (peer->flags & FLAG_REFCLOCK) in poll_update()
3172 if (peer->flags & FLAG_REFCLOCK) in poll_update()
3287 if (!(peer->flags & FLAG_REFCLOCK)) { in peer_clear()
3946 if (peer->flags & FLAG_REFCLOCK) in clock_select()
3952 if (peer->flags & FLAG_REFCLOCK) in clock_select()
5140 if ( !(peer->flags & FLAG_REFCLOCK) in peer_unfit()
HDntp_control.c2681 if (p->flags & FLAG_REFCLOCK) { in ctl_putpeer()
2724 if (p->flags & FLAG_REFCLOCK) { in ctl_putpeer()
4609 if (sys_peer != NULL && (FLAG_REFCLOCK & in read_clockstatus()
4616 if (FLAG_REFCLOCK & peer->flags) in read_clockstatus()
4619 if (NULL == peer || !(FLAG_REFCLOCK & peer->flags)) { in read_clockstatus()
HDntp_peer.c558 if (FLAG_REFCLOCK & peer->flags) in unpeer()
HDntp_request.c771 if (pp->flags & FLAG_REFCLOCK) in list_peers_sum()
881 if (pp->flags & FLAG_REFCLOCK) in peer_info()
1029 if (pp->flags & FLAG_REFCLOCK) in peer_stats()
HDntp_refclock.c267 peer->flags |= FLAG_REFCLOCK; in refclock_newpeer()
/freebsd-13-stable/contrib/ntp/include/
HDntp.h458 #define FLAG_REFCLOCK 0x0008 /* this is actually a reference clock */ macro
/freebsd-13-stable/contrib/ntp/
HDCommitLog-4.1.0344 indicate FLAG_REFCLOCK.
1289 (poll_update): Bump nextupdate on FLAG_REFCLOCK, not _REFCLOCK or
HDCommitLog227291 FLAG_REFCLOCK is not set yet) or when copied from pp->leap.
227299 FLAG_REFCLOCK is not set yet) or when copied from pp->leap.