Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/bind9/lib/dns/include/dns/
Dresolver.h97 #define DNS_FETCHOPT_TCP 0x01 /*%< Use TCP. */ macro
/freebsd-9-stable/contrib/bind9/lib/dns/
Dresolver.c1651 if ((query->options & DNS_FETCHOPT_TCP) != 0) { in fctx_query()
1754 if ((query->options & DNS_FETCHOPT_TCP) != 0) { in fctx_query()
1950 if ((query->options & DNS_FETCHOPT_TCP) != 0) { in resquery_send()
2218 if ((query->options & DNS_FETCHOPT_TCP) != 0) { in resquery_send()
2236 if ((query->options & DNS_FETCHOPT_TCP) == 0) { in resquery_send()
7451 if ((options & DNS_FETCHOPT_TCP) == 0) in resquery_response()
7461 (options & DNS_FETCHOPT_TCP) != 0) { in resquery_response()
7601 if ((options & DNS_FETCHOPT_TCP) != 0) { in resquery_response()
7605 options |= DNS_FETCHOPT_TCP; in resquery_response()