HomeSort by: relevance | last modified time | path
    Searched defs:dns_acl_match (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
acl.c 151 dns_acl_match(const isc_netaddr_t *reqaddr, const dns_name_t *reqsigner, function
266 return dns_acl_match(reqaddr, reqsigner, acl, env, match, matchelt);
371 * Like dns_acl_match, but matches against the single ACL element 'e'
433 result = dns_acl_match(reqaddr, reqsigner, inner, env, &indirectmatch,
632 result = dns_acl_match(addr, signer, acl, aclenv, &match, NULL);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
acl.c 175 dns_acl_match(const isc_netaddr_t *reqaddr, const dns_name_t *reqsigner, function
355 * Like dns_acl_match, but matches against the single ACL element 'e'
413 result = dns_acl_match(reqaddr, reqsigner, inner, env, &indirectmatch,
611 result = dns_acl_match(addr, signer, acl, aclenv, &match, NULL);

Completed in 15 milliseconds