Home
last modified time | relevance | path

Searched refs:OPTST_SET (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ntp/sntp/
H A Dsntp-opts.h117 * It will be one and only one of \a OPTST_SET, \a OPTST_PRESET,
123 /** mask of \a OPTST_SET and \a OPTST_DEFINED. */
289 DESC(WAIT).fOptState |= OPTST_SET )
292 DESC(WAIT).fOptState |= OPTST_SET | OPTST_DISABLED; \
306 DESC(SAVE_OPTS).fOptState |= OPTST_SET; \
/freebsd/contrib/ntp/sntp/libopts/
H A Dcheck.c88 && (pOD->fOptState & (OPTST_PRESET | OPTST_SET)) ) in occurs_enough()
H A Dconfigfile.c398 st_flags = OPTST_SET; in file_preset()
/freebsd/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.h102 * It will be one and only one of \a OPTST_SET, \a OPTST_PRESET,
108 /** mask of \a OPTST_SET and \a OPTST_DEFINED. */
179 DESC(SAVE_OPTS).fOptState |= OPTST_SET; \
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc-opts.h110 * It will be one and only one of \a OPTST_SET, \a OPTST_PRESET,
116 /** mask of \a OPTST_SET and \a OPTST_DEFINED. */
237 DESC(SAVE_OPTS).fOptState |= OPTST_SET; \
/freebsd/contrib/ntp/ntpq/
H A Dntpq-opts.h111 * It will be one and only one of \a OPTST_SET, \a OPTST_PRESET,
117 /** mask of \a OPTST_SET and \a OPTST_DEFINED. */
250 DESC(SAVE_OPTS).fOptState |= OPTST_SET; \
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h214 #define OPTST_SET 0x0000001U macro
/freebsd/contrib/ntp/util/
H A Dntp-keygen-opts.h120 * It will be one and only one of \a OPTST_SET, \a OPTST_PRESET,
126 /** mask of \a OPTST_SET and \a OPTST_DEFINED. */
322 DESC(SAVE_OPTS).fOptState |= OPTST_SET; \