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

/bind-9.11.3/bin/dig/
H A Ddighost.c109 static lwres_conf_t *lwconf; variable
1463 lwconf = lwres_conf_get(lwctx);
1466 if (lwconf->searchnxt > 0)
1467 create_search_list(lwconf);
1469 if (lwconf->domainname != NULL) {
1470 domain = make_searchlist_entry(lwconf->domainname);
1476 if (lwconf->resdebug) {
1481 ndots = lwconf->ndots;
1484 if (lwconf->attempts) {
1485 tries = lwconf
[all...]
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c162 static lwres_conf_t *lwconf; variable
890 lwconf = lwres_conf_get(lwctx);
899 if (local_only || lwconf->nsnext <= 0) {
924 ns_total = ns_alloc = lwconf->nsnext;
929 if (lwconf->nameservers[i].family == LWRES_ADDRTYPE_V4)
933 lwconf->nameservers[i].address, 4);
939 lwconf->nameservers[i].address, 16);

Completed in 1843 milliseconds