Home
last modified time | relevance | path

Searched refs:aaonly (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/bind9/bin/dig/
Dnslookup.c58 aaonly = ISC_FALSE, nofail = ISC_TRUE; variable
715 lookup->aaonly = aaonly; in addlookup()
Ddighost.c792 looknew->aaonly = ISC_FALSE; in make_empty_lookup()
875 looknew->aaonly = lookold->aaonly; in clone_lookup()
2238 if (lookup->aaonly) { in setup_lookup()
Ddig.c778 lookup->aaonly = state; in plus_option()
/freebsd-9-stable/contrib/bind9/bin/dig/include/dig/
Ddig.h112 aaonly, member
/freebsd-9-stable/contrib/bind9/
DCHANGES7689 1677. [bug] dig: +aaonly didn't work, +aaflag undocumented.