Lines Matching refs:reqoptions
1647 unsigned int reqoptions; in dns_client_startrequest() local
1669 reqoptions = 0; in dns_client_startrequest()
1671 reqoptions |= DNS_REQUESTOPT_TCP; in dns_client_startrequest()
1703 -1, reqoptions, ctx->tsigkey, timeout, in dns_client_startrequest()
1845 unsigned int timeout, reqoptions; in update_done() local
1900 reqoptions = 0; in update_done()
1902 reqoptions |= DNS_REQUESTOPT_TCP; in update_done()
1906 uctx->currentserver, -1, reqoptions, uctx->tsigkey, in update_done()
1930 unsigned int timeout, reqoptions; in send_update() local
1959 reqoptions = 0; in send_update()
1961 reqoptions |= DNS_REQUESTOPT_TCP; in send_update()
1965 uctx->currentserver, -1, reqoptions, uctx->tsigkey, timeout, in send_update()
2169 unsigned int nlabels, reqoptions; in receive_soa() local
2202 reqoptions = 0; in receive_soa()
2204 reqoptions |= DNS_REQUESTOPT_TCP; in receive_soa()
2208 reqoptions, NULL, client->find_timeout * 20, in receive_soa()
2301 reqoptions = 0; in receive_soa()
2303 reqoptions |= DNS_REQUESTOPT_TCP; in receive_soa()
2307 uctx->currentserver, -1, reqoptions, in receive_soa()
2336 unsigned int reqoptions; in request_soa() local
2357 reqoptions = 0; in request_soa()
2359 reqoptions |= DNS_REQUESTOPT_TCP; in request_soa()
2364 reqoptions, uctx->tsigkey, uctx->client->find_timeout * 20, in request_soa()