Home
last modified time | relevance | path

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

/openbsd/usr.sbin/nsd/
H A Doptions.h559 int acl_addr_matches_proxy(struct acl_options* acl, struct query* q);
H A Doptions.c1915 if(acl_addr_matches_proxy(acl, q) && acl->blocked) { in acl_check_incoming_block_proxy()
2073 acl_addr_matches_proxy(struct acl_options* acl, struct query* q) in acl_addr_matches_proxy() function