Home
last modified time | relevance | path

Searched refs:RESM_SOURCE (Results 1 – 6 of 6) sorted by relevance

/src/contrib/ntp/ntpd/
H A Dntp_restrict.c432 } else if ( !(RESM_SOURCE & m1) in mflags_sorts_before()
433 && (RESM_SOURCE & m2)) { in mflags_sorts_before()
641 DEBUG_REQUIRE(RESM_SOURCE & mflags); in hack_restrict()
789 0, RESM_SOURCE, 0, 0); in restrict_source()
936 if (mflags & RESM_SOURCE) { in mflags_str()
937 CLEAR_BIT_IF_DEBUG(RESM_SOURCE, mflags); in mflags_str()
H A Dntp_config.c2791 mflags |= RESM_SOURCE; in config_access()
2869 : (mflags & RESM_SOURCE) in config_access()
2889 if (!(RESM_SOURCE & mflags)) { in config_access()
/src/contrib/ntp/libntp/
H A Dstatestr.c172 { RESM_SOURCE, "source", 0 },
/src/contrib/ntp/include/
H A Dntp.h918 #define RESM_SOURCE 0x4000 /* from "restrict source" */ macro
/src/contrib/ntp/ntpdc/
H A Dntpdc_ops.c1669 { "source", RESM_SOURCE },
/src/contrib/ntp/
H A DCommitLog2489 Sort RESM_SOURCE entries after others so static entries have precedence,
161750 add RESM_SOURCE for "restrict source ..."