Home
last modified time | relevance | path

Searched refs:INFO_FLAG_SHORTLIST (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c698 ip->flags |= INFO_FLAG_SHORTLIST; in list_peers()
780 ips->flags |= INFO_FLAG_SHORTLIST; in list_peers_sum()
890 ip->flags |= INFO_FLAG_SHORTLIST; in peer_info()
1040 ip->flags |= INFO_FLAG_SHORTLIST; in peer_stats()
/freebsd/contrib/ntp/include/
H A Dntp_request.h317 #define INFO_FLAG_SHORTLIST 0x80 macro
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c490 else if (plist->flags & INFO_FLAG_SHORTLIST) in dopeers()
580 if (flags & INFO_FLAG_SHORTLIST) { in print_pflag()