Searched refs:rootdelonly (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dview.h160 isc_boolean_t rootdelonly; member in struct:dns_view
985 * rootdelonly is set that name is not being excluded.
/bind-9.11.3/lib/dns/
H A Dview.c169 view->rootdelonly = ISC_FALSE;
1760 if (!view->rootdelonly && view->delonly == NULL)
1764 if (view->rootdelonly && dns_name_countlabels(name) <= 2) {
1788 view->rootdelonly = value;
1794 return (view->rootdelonly);

Completed in 1212 milliseconds