Searched refs:reqoptions (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | client.c | 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() [all …]
|