Home
last modified time | relevance | path

Searched refs:hack_restrict (Results 1 – 7 of 7) sorted by relevance

/src/contrib/ntp/ntpd/
H A Dntp_restrict.c603 hack_restrict( in hack_restrict() function
788 success = hack_restrict(RESTRICT_REMOVE, addr, &onesmask, in restrict_source()
800 success = hack_restrict(RESTRICT_FLAGS, addr, &onesmask, in restrict_source()
H A Dntp_config.c2898 success = hack_restrict(RESTRICT_FLAGS, in config_access()
2979 success = hack_restrict( in config_access()
2998 success = hack_restrict( in config_access()
H A Dntp_io.c946 success = hack_restrict(RESTRICT_REMOVEIF, &ep->sin, &resmask, 0, in remove_interface()
2098 success = hack_restrict(RESTRICT_FLAGS, &iface->sin, &resmask, in create_interface()
H A Dntp_request.c1872 success = hack_restrict(op, &matchaddr, &matchmask, in do_restrict()
/src/contrib/ntp/include/
H A Dntpd.h281 extern int/*BOOL*/hack_restrict(restrict_op op, sockaddr_u *resaddr,
/src/contrib/ntp/
H A DCommitLog-4.1.06108 * ntpd/ntp_restrict.c (hack_restrict): Renamed restrict()
H A DCommitLog2404 Indicate success with hack_restrict() return value.
2451 Report hack_restrict() failures.
2457 Report hack_restrict() failures.
2486 report hack_restrict() failures.
2491 Check for failure of hack_restrict() operations.
2714 Display flag bit names in hack_restrict() debug output.
15492 Properly set ippeerlimit in hack_restrict()
15495 Properly set ippeerlimit in hack_restrict()
162354 DPRINTF args to hack_restrict() for v6 as well as v4 addresses.