Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_timer.c318 if (FLAG_REFCLOCK & p->flags) in timer()
342 if (FLAG_REFCLOCK & p->flags) in timer()
H A Dntp_proto.c3060 else if (peer->flags & FLAG_REFCLOCK) in poll_update()
3094 if (peer->flags & FLAG_REFCLOCK) in poll_update()
3208 if (!(peer->flags & FLAG_REFCLOCK)) { in peer_clear()
3860 if (peer->flags & FLAG_REFCLOCK) in clock_select()
3866 if (peer->flags & FLAG_REFCLOCK) in clock_select()
5016 if ( !(peer->flags & FLAG_REFCLOCK) in peer_unfit()
H A Dntp_control.c2693 if (p->flags & FLAG_REFCLOCK) { in ctl_putpeer()
2736 if (p->flags & FLAG_REFCLOCK) { in ctl_putpeer()
4626 if (sys_peer != NULL && (FLAG_REFCLOCK & in read_clockstatus()
4633 if (FLAG_REFCLOCK & peer->flags) in read_clockstatus()
4636 if (NULL == peer || !(FLAG_REFCLOCK & peer->flags)) { in read_clockstatus()
H A Dntp_peer.c557 if (FLAG_REFCLOCK & peer->flags) in unpeer()
H A Dntp_request.c773 if (pp->flags & FLAG_REFCLOCK) in list_peers_sum()
883 if (pp->flags & FLAG_REFCLOCK) in peer_info()
1031 if (pp->flags & FLAG_REFCLOCK) in peer_stats()
H A Dntp_refclock.c268 peer->flags |= FLAG_REFCLOCK; in refclock_newpeer()
/netbsd/external/bsd/ntp/dist/include/
H A Dntp.h456 #define FLAG_REFCLOCK 0x0008 /* this is actually a reference clock */ macro
/netbsd/external/bsd/ntp/dist/
H A DCommitLog-4.1.0344 indicate FLAG_REFCLOCK.
1289 (poll_update): Bump nextupdate on FLAG_REFCLOCK, not _REFCLOCK or
H A DCommitLog217935 FLAG_REFCLOCK is not set yet) or when copied from pp->leap.
217943 FLAG_REFCLOCK is not set yet) or when copied from pp->leap.