Home
last modified time | relevance | path

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

/netbsd/external/bsd/nsd/dist/
H A Doptions.h504 int acl_key_matches(struct acl_options* acl, struct query* q);
H A Doptions.c1697 if(acl_addr_matches(acl, q) && acl_key_matches(acl, q)) { in acl_check_incoming()
1888 acl_key_matches(struct acl_options* acl, struct query* q) in acl_key_matches() function