Searched refs:OPTST_SET (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/ntp/sntp/ |
H A D | sntp-opts.h | 117 * 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 D | check.c | 88 && (pOD->fOptState & (OPTST_PRESET | OPTST_SET)) ) in occurs_enough()
|
H A D | configfile.c | 398 st_flags = OPTST_SET; in file_preset()
|
/freebsd/contrib/ntp/ntpsnmpd/ |
H A D | ntpsnmpd-opts.h | 102 * 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 D | ntpdc-opts.h | 110 * 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 D | ntpq-opts.h | 111 * 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 D | options.h | 214 #define OPTST_SET 0x0000001U macro
|
/freebsd/contrib/ntp/util/ |
H A D | ntp-keygen-opts.h | 120 * 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; \
|