Searched refs:dns_client_create (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/lib/dns/include/dns/
H A Dclient.h64 * Optional flags for dns_client_create(x).
154 dns_client_create(dns_client_t **clientp, unsigned int options);
174 * On the other hand, dns_client_create() simplifies the interface and creates
176 * dns_client_create() is expected to be used by an application that only needs
186 * dns_client_create(x) will create a cache database with the view.
326 * dns_client_resolve() was created via dns_client_create() and has its own
464 * dns_client_request() was created via dns_client_create() and has its own
580 * dns_client_update() was created via dns_client_create() and has its own
/bind-9.11.3/lib/samples/
H A Dsample-request.c182 result = dns_client_create(&client, 0);
184 fprintf(stderr, "dns_client_create failed: %d\n", result);
H A Dsample-update.c248 result = dns_client_create(&client, 0);
250 fprintf(stderr, "dns_client_create failed: %d\n", result);
/bind-9.11.3/lib/dns/
H A Dclient.c356 dns_client_create(dns_client_t **clientp, unsigned int options) { function

Completed in 21 milliseconds