HomeSort by: relevance | last modified time | path
    Searched refs:OPTST_SET (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/libopts/
check.c 90 && (pOD->fOptState & (OPTST_PRESET | OPTST_SET)) )
configfile.c 400 st_flags = OPTST_SET;
  /src/external/bsd/ntp/dist/sntp/
sntp-opts.h 119 * It will be one and only one of \a OPTST_SET, \a OPTST_PRESET,
125 /** mask of \a OPTST_SET and \a OPTST_DEFINED. */
291 DESC(WAIT).fOptState |= OPTST_SET )
294 DESC(WAIT).fOptState |= OPTST_SET | OPTST_DISABLED; \
308 DESC(SAVE_OPTS).fOptState |= OPTST_SET; \
  /src/external/bsd/ntp/dist/ntpsnmpd/
ntpsnmpd-opts.h 104 * It will be one and only one of \a OPTST_SET, \a OPTST_PRESET,
110 /** mask of \a OPTST_SET and \a OPTST_DEFINED. */
181 DESC(SAVE_OPTS).fOptState |= OPTST_SET; \
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc-opts.h 112 * It will be one and only one of \a OPTST_SET, \a OPTST_PRESET,
118 /** mask of \a OPTST_SET and \a OPTST_DEFINED. */
239 DESC(SAVE_OPTS).fOptState |= OPTST_SET; \
  /src/external/bsd/ntp/dist/ntpq/
ntpq-opts.h 113 * It will be one and only one of \a OPTST_SET, \a OPTST_PRESET,
119 /** mask of \a OPTST_SET and \a OPTST_DEFINED. */
252 DESC(SAVE_OPTS).fOptState |= OPTST_SET; \
  /src/external/bsd/ntp/dist/sntp/libopts/autoopts/
options.h 216 #define OPTST_SET 0x0000001U
  /src/external/bsd/ntp/dist/util/
ntp-keygen-opts.h 122 * It will be one and only one of \a OPTST_SET, \a OPTST_PRESET,
128 /** mask of \a OPTST_SET and \a OPTST_DEFINED. */
324 DESC(SAVE_OPTS).fOptState |= OPTST_SET; \

Completed in 32 milliseconds