Searched refs:FLAG_PREEMPT (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_peer.c425 if (speer->flags & FLAG_PREEMPT) {
549 if (FLAG_PREEMPT & peer->flags)
613 * strip FLAG_PREEMPT as the prototype associations are not
621 flags &= ~FLAG_PREEMPT;
883 if (FLAG_PREEMPT & flags)
H A Dntp_proto.c516 if (!(peer->flags & FLAG_PREEMPT))
534 /* ephemeral: no FLAG_CONFIG nor FLAG_PREEMPT */
535 if (!(peer->flags & (FLAG_CONFIG | FLAG_PREEMPT))) {
541 if ( (peer->flags & FLAG_PREEMPT)
1433 (FLAG_PREEMPT | (POOL_FLAG_PMASK & peer2->flags)),
1554 FLAG_PREEMPT, MDF_BCLNT, 0, skeyid, sys_ident);
1578 FLAG_BC_VOL | FLAG_IBURST | FLAG_PREEMPT, MDF_BCLNT,
2113 if (peer->flags & FLAG_PREEMPT) {
2153 if (peer->flags & FLAG_PREEMPT) {
2361 if (peer->flags & FLAG_PREEMPT) {
[all...]
H A Dntp_control.c2599 !(FLAG_PREEMPT & p->flags));
H A Dntp_config.c4199 peerflags |= FLAG_PREEMPT;
/freebsd-11-stable/contrib/ntp/include/
H A Dntp.h452 #define FLAG_PREEMPT 0x0002 /* preemptable association */ macro

Completed in 110 milliseconds