Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_request.c700 ip->flags |= INFO_FLAG_SHORTLIST; in list_peers()
782 ips->flags |= INFO_FLAG_SHORTLIST; in list_peers_sum()
892 ip->flags |= INFO_FLAG_SHORTLIST; in peer_info()
1042 ip->flags |= INFO_FLAG_SHORTLIST; in peer_stats()
/netbsd/src/external/bsd/ntp/dist/include/
Dntp_request.h338 #define INFO_FLAG_SHORTLIST 0x80 macro
/netbsd/src/external/bsd/ntp/dist/ntpdc/
Dntpdc_ops.c492 else if (plist->flags & INFO_FLAG_SHORTLIST) in dopeers()
582 if (flags & INFO_FLAG_SHORTLIST) { in print_pflag()