Home
last modified time | relevance | path

Searched refs:find_timeout (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dclient.c105 unsigned int find_timeout; member
509 client->find_timeout = DEF_FIND_TIMEOUT; in dns_client_create()
2208 reqoptions, NULL, client->find_timeout * 20, in receive_soa()
2209 client->find_timeout, 3, uctx->client->task, in receive_soa()
2308 uctx->tsigkey, client->find_timeout * 20, in receive_soa()
2309 client->find_timeout, 3, client->task, in receive_soa()
2364 reqoptions, uctx->tsigkey, uctx->client->find_timeout * 20, in request_soa()
2365 uctx->client->find_timeout, 3, uctx->client->task, receive_soa, in request_soa()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dclient.c83 unsigned int find_timeout;
312 client->find_timeout = DEF_FIND_TIMEOUT; in dns_client_create()
98 unsigned int find_timeout; global() member