Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/include/
H A Dntp_control.h100 #define CTL_PST_CONFIG 0x80 macro
/freebsd-14.2/contrib/ntp/libntp/
H A Dstatestr.c158 { CTL_PST_CONFIG, "conf", 0 },
/freebsd-14.2/contrib/ntp/ntpq/
H A Dntpq-subs.c1205 if (!showall && !(statval & (CTL_PST_CONFIG|CTL_PST_REACH))) in printassoc()
1209 if (statval & CTL_PST_CONFIG) in printassoc()
2056 & (CTL_PST_CONFIG|CTL_PST_REACH))) { in dopeers()
2111 & (CTL_PST_CONFIG|CTL_PST_REACH))) { in doapeers()
2232 (CTL_PST_CONFIG | CTL_PST_REACH))) in doopeers()
/freebsd-14.2/contrib/ntp/ntpd/
H A Dntp_control.c1335 status |= CTL_PST_CONFIG; in ctlpeerstatus()