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

/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dview.h112 isc_boolean_t recursion; member in struct:dns_view
/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c418 * Check allow-recursion and allow-recursion-on acls, and also log a
419 * warning if they're inconsistent with the "recursion" option.
429 isc_boolean_t recursion; local
433 static const char *acls[] = { "allow-recursion", "allow-recursion-on",
437 cfg_map_get(voptions, "recursion", &obj);
442 cfg_map_get(options, "recursion", &obj);
445 recursion = ISC_TRUE;
447 recursion
[all...]

Completed in 1457 milliseconds