Lines Matching defs:tcp
609 get_dispatch(isc_boolean_t tcp, dns_requestmgr_t *requestmgr,
614 if (tcp)
686 isc_boolean_t tcp = ISC_FALSE;
746 tcp = ISC_TRUE;
748 result = get_dispatch(tcp, requestmgr, srcaddr, destaddr,
764 r.length + (tcp ? 2 : 0));
767 if (tcp)
775 if (tcp)
791 result = set_timer(request->timer, timeout, tcp ? 0 : udptimeout);
796 if (tcp) {
886 isc_boolean_t tcp;
944 tcp = ISC_TF((options & DNS_REQUESTOPT_TCP) != 0);
945 result = get_dispatch(tcp, requestmgr, srcaddr, destaddr,
997 result = set_timer(request->timer, timeout, tcp ? 0 : udptimeout);
1002 if (tcp) {
1041 isc_boolean_t tcp = ISC_FALSE;
1091 tcp = ISC_TRUE;
1096 result = isc_buffer_allocate(mctx, &buf2, r.length + (tcp ? 2 : 0));
1099 if (tcp)