Home
last modified time | relevance | path

Searched refs:FLAG_PREEMPT (Results 1 – 6 of 6) sorted by relevance

/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_peer.c427 if (speer->flags & FLAG_PREEMPT) { in score_all()
551 if (FLAG_PREEMPT & peer->flags) in unpeer()
623 flags &= ~FLAG_PREEMPT; in peer_config()
885 if (FLAG_PREEMPT & flags) in newpeer()
H A Dntp_proto.c518 if (!(peer->flags & FLAG_PREEMPT)) in transmit()
537 if (!(peer->flags & (FLAG_CONFIG | FLAG_PREEMPT))) { in transmit()
543 if ( (peer->flags & FLAG_PREEMPT) in transmit()
1435 (FLAG_PREEMPT | (POOL_FLAG_PMASK & peer2->flags)), in receive()
1556 FLAG_PREEMPT, MDF_BCLNT, 0, skeyid, sys_ident); in receive()
1580 FLAG_BC_VOL | FLAG_IBURST | FLAG_PREEMPT, MDF_BCLNT, in receive()
2115 if (peer->flags & FLAG_PREEMPT) { in receive()
2155 if (peer->flags & FLAG_PREEMPT) { in receive()
2363 if (peer->flags & FLAG_PREEMPT) { in receive()
H A Dntp_control.c2605 !(FLAG_PREEMPT & p->flags)); in ctl_putpeer()
H A Dntp_config.c4216 peerflags |= FLAG_PREEMPT; in peerflag_bits()
/netbsd/external/bsd/ntp/dist/include/
H A Dntp.h454 #define FLAG_PREEMPT 0x0002 /* preemptable association */ macro
/netbsd/external/bsd/ntp/dist/
H A DCommitLog152304 test speer->flags not peer->flags for FLAG_PREEMPT
152322 test speer->flags not peer->flags for FLAG_PREEMPT