OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FLAG_PREEMPT
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
ntp_peer.c
429
if (speer->flags &
FLAG_PREEMPT
) {
554
if (
FLAG_PREEMPT
& peer->flags)
618
* strip
FLAG_PREEMPT
as the prototype associations are not
626
flags &= ~
FLAG_PREEMPT
;
937
if (
FLAG_PREEMPT
& flags)
ntp_proto.c
527
if (!(peer->flags &
FLAG_PREEMPT
))
545
/* ephemeral: no FLAG_CONFIG nor
FLAG_PREEMPT
*/
546
if (!(peer->flags & (FLAG_CONFIG |
FLAG_PREEMPT
))) {
552
if ( (peer->flags &
FLAG_PREEMPT
)
1503
(
FLAG_PREEMPT
| (POOL_FLAG_PMASK & peer2->flags)),
1624
FLAG_PREEMPT
, MDF_BCLNT, 0, skeyid, sys_ident);
1648
FLAG_BC_VOL | FLAG_IBURST |
FLAG_PREEMPT
, MDF_BCLNT,
2194
if (peer->flags &
FLAG_PREEMPT
) {
2234
if (peer->flags &
FLAG_PREEMPT
) {
2450
if (peer->flags &
FLAG_PREEMPT
) {
[
all
...]
ntp_config.c
4384
peerflags |=
FLAG_PREEMPT
;
ntp_control.c
2605
!(
FLAG_PREEMPT
& p->flags));
/src/external/bsd/ntp/dist/include/
ntp.h
458
#define
FLAG_PREEMPT
0x0002 /* preemptable association */
Completed in 40 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026