Searched defs:recursion (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dview.h115 isc_boolean_t recursion; member in struct:dns_view
/bind-9.11.3/lib/bind9/
H A Dcheck.c708 * Check allow-recursion and allow-recursion-on acls, and also log a
709 * warning if they're inconsistent with the "recursion" option.
719 isc_boolean_t recursion; local
723 static const char *acls[] = { "allow-recursion", "allow-recursion-on",
727 cfg_map_get(voptions, "recursion", &obj);
732 cfg_map_get(options, "recursion", &obj);
735 recursion = ISC_TRUE;
737 recursion
[all...]

Completed in 19 milliseconds