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

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dhip_55.h29 unsigned char * servers; member in struct:dns_rdata_hip
/bind-9.6-ESV-R11/lib/dns/
H A Dpeer.c154 dns_peerlist_peerbyaddr(dns_peerlist_t *servers, argument
161 REQUIRE(DNS_PEERLIST_VALID(servers));
163 server = ISC_LIST_HEAD(servers->elements);
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc.c441 const cfg_obj_t *servers = NULL; local
496 (void)cfg_map_get(config, "server", &servers);
497 if (servers != NULL) {
498 for (elt = cfg_list_first(servers);
/bind-9.6-ESV-R11/bin/nsupdate/
H A Dnsupdate.c144 static isc_sockaddr_t *servers; variable
661 isc_mem_put(mctx, servers, ns_total * sizeof(isc_sockaddr_t));
745 /* No name servers in resolv.conf; default to loopback. */
748 servers = isc_mem_get(mctx, ns_total * sizeof(isc_sockaddr_t));
749 if (servers == NULL)
752 isc_sockaddr_fromin(&servers[0], &localhost, DNSDEFAULTPORT);
754 servers = isc_mem_get(mctx, ns_total * sizeof(isc_sockaddr_t));
755 if (servers == NULL)
763 isc_sockaddr_fromin(&servers[i], &in4,
769 isc_sockaddr_fromin6(&servers[
[all...]
/bind-9.6-ESV-R11/lib/bind9/
H A Dcheck.c177 (void)cfg_map_get(options, "dual-stack-servers", &alternates);
1610 const cfg_obj_t *servers; local
1622 servers = NULL;
1624 (void)cfg_map_get(voptions, "server", &servers);
1625 if (servers == NULL)
1626 (void)cfg_map_get(config, "server", &servers);
1627 if (servers == NULL)
1630 for (e1 = cfg_list_first(servers); e1 != NULL; e1 = cfg_list_next(e1)) {
1852 * Check that dual-stack-servers is reasonable.
1902 * Global servers ca
[all...]
/bind-9.6-ESV-R11/bin/dig/
H A Ddighost.c545 * This is little more than a linked list of servers to query in hopes
704 * linked lists: the server list (servers to query) and the query list
705 * (outstanding queries which have been made to the listed servers).
791 * Caution: If you don't clone the servers, you MUST clone the server
795 clone_lookup(dig_lookup_t *lookold, isc_boolean_t servers) { argument
857 if (servers)
866 * queued for processing. If servers are not cloned in the requeue, they
872 requeue_lookup(dig_lookup_t *lookold, isc_boolean_t servers) { argument
881 looknew = clone_lookup(lookold, servers);
1536 * name server search modes to start a new lookup using servers fro
[all...]

Completed in 1291 milliseconds