Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/sntp/libopts/
Dautoopts.h130 #define SKIP_OPT(p) (((p)->fOptState & OPTST_IMMUTABLE_MASK) != 0)
/freebsd-9-stable/contrib/ntp/sntp/libopts/autoopts/
Doptions.h294 #define OPTST_IMMUTABLE_MASK 0x0280000U macro