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

/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntp_request.c691 if (pp->flags & FLAG_CONFIG)
769 if (pp->flags & FLAG_CONFIG)
879 if (pp->flags & FLAG_CONFIG)
1027 if (pp->flags & FLAG_CONFIG)
1460 } while (p && !(FLAG_CONFIG & p->flags));
H A Dntp_peer.c617 flags |= FLAG_CONFIG;
H A Dntp_control.c1340 if (FLAG_CONFIG & p->flags)
H A Dntp_proto.c534 /* ephemeral: no FLAG_CONFIG nor FLAG_PREEMPT */
535 if (!(peer->flags & (FLAG_CONFIG | FLAG_PREEMPT))) {
/freebsd-13-stable/contrib/ntp/include/
H A Dntp.h451 #define FLAG_CONFIG 0x0001 /* association was configured */ macro

Completed in 138 milliseconds