Home
last modified time | relevance | path

Searched refs:RESTRICT_FLAGS (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/ntp/ntpd/
HDntp_restrict.c588 case RESTRICT_FLAGS: return "RESTRICT_FLAGS"; in resop_str()
640 DEBUG_REQUIRE(RESTRICT_FLAGS == op); in hack_restrict()
680 case RESTRICT_FLAGS: in hack_restrict()
800 success = hack_restrict(RESTRICT_FLAGS, addr, &onesmask, in restrict_source()
HDntp_request.c1742 do_restrict(srcadr, inter, inpkt, RESTRICT_FLAGS); in do_resaddflags()
1796 case RESTRICT_FLAGS: in do_restrict()
HDntp_config.c2898 success = hack_restrict(RESTRICT_FLAGS, in config_access()
2980 RESTRICT_FLAGS, in config_access()
3001 : RESTRICT_FLAGS, in config_access()
HDntp_io.c2098 success = hack_restrict(RESTRICT_FLAGS, &iface->sin, &resmask, in create_interface()
/freebsd-head/contrib/ntp/include/
HDntp.h925 RESTRICT_FLAGS = 1, /* add rflags to restrict entry */ enumerator