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

/bind-9.11.3/bin/delv/
H A Ddelv.c577 isc_boolean_t match_root = ISC_FALSE, match_dlv = ISC_FALSE; local
586 match_root = dns_name_equal(keyname, anchor_name);
590 if (!match_root && !match_dlv)
592 if ((!root_validation && match_root) || (!dlv_validation && match_dlv))
595 if (match_root)

Completed in 15 milliseconds