Home
last modified time | relevance | path

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

/src/contrib/ntp/ntpd/
H A Dntp_request.c691 if (pp->flags & FLAG_CONFIG) in list_peers()
769 if (pp->flags & FLAG_CONFIG) in list_peers_sum()
879 if (pp->flags & FLAG_CONFIG) in peer_info()
1027 if (pp->flags & FLAG_CONFIG) in peer_stats()
1460 } while (p && !(FLAG_CONFIG & p->flags)); in do_unconf()
H A Dntp_peer.c620 flags |= FLAG_CONFIG; in peer_config()
H A Dntp_proto.c544 if (!(peer->flags & (FLAG_CONFIG | FLAG_PREEMPT))) { in transmit()
3311 } else if (!(FLAG_CONFIG & peer->flags)) { in peer_clear()
H A Dntp_control.c1334 if (FLAG_CONFIG & p->flags) in ctlpeerstatus()
/src/contrib/ntp/include/
H A Dntp.h455 #define FLAG_CONFIG 0x0001 /* association was configured */ macro