Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/include/
H A Dntp_request.h312 #define INFO_FLAG_BURST 0x4 macro
/freebsd/contrib/ntp/ntpd/
H A Dntp_request.c776 ips->flags |= INFO_FLAG_BURST; in list_peers_sum()
886 ip->flags |= INFO_FLAG_BURST; in peer_info()
1034 ip->flags |= INFO_FLAG_BURST; in peer_stats()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c572 if (flags & INFO_FLAG_BURST) { in print_pflag()