Home
last modified time | relevance | path

Searched refs:OPTST_IMMUTABLE_MASK (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/sntp/libopts/
Dautoopts.h141 #define SKIP_OPT(p) (((p)->fOptState & OPTST_IMMUTABLE_MASK) != 0)
/netbsd/src/external/bsd/ntp/dist/sntp/libopts/autoopts/
Doptions.h297 #define OPTST_IMMUTABLE_MASK 0x0280000U macro