Home
last modified time | relevance | path

Searched refs:CTL_PST_REACH (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/ntp/include/
Dntp_control.h103 #define CTL_PST_REACH 0x10 macro
/freebsd-12-stable/contrib/ntp/libntp/
Dstatestr.c162 { CTL_PST_REACH, "reach", 0 },
/freebsd-12-stable/contrib/ntp/ntpq/
Dntpq-subs.c1205 if (!showall && !(statval & (CTL_PST_CONFIG|CTL_PST_REACH))) in printassoc()
1220 if (statval & CTL_PST_REACH) in printassoc()
2047 & (CTL_PST_CONFIG|CTL_PST_REACH))) { in dopeers()
2102 & (CTL_PST_CONFIG|CTL_PST_REACH))) { in doapeers()
2223 (CTL_PST_CONFIG | CTL_PST_REACH))) in doopeers()
/freebsd-12-stable/contrib/ntp/ntpd/
Dntp_control.c1342 status |= CTL_PST_REACH; in ctlpeerstatus()