Searched refs:dns_client (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/contrib/dlz/modules/bdbhpt/testing/
H A Dbdbhpt-populate.pl88 my $dns_client = new BerkeleyDB::Hash
92 -Subname => "dns_client"
93 or die "Cannot create dns_client: $BerkeleyDB::Error";
97 if ($dns_client->db_put($zone, $ip) != 0) {
98 die "Cannot add record '$zone' -> '$ip' to dns_client: $BerkeleyDB::Error";
102 $dns_client->db_close();
/bind-9.11.3/lib/dns/include/dns/
H A Dtypes.h45 typedef struct dns_client dns_client_t;
/bind-9.11.3/lib/dns/
H A Dclient.c71 struct dns_client { struct

Completed in 83 milliseconds