Lines Matching defs:TCP
88 /*% Is TCP? */
89 #define TCP(c) (((c)->attributes & NS_CLIENTATTR_TCP) != 0)
4042 if (result == ISC_R_SUCCESS && !client->mortal && !TCP(client))
4053 if (!TCP(client))
4091 * response. There is no need to replace TCP clients
4093 * connection was accepted (if allowed by the TCP quota).
4139 !TCP(client)) {
4177 if (!TCP(client))
4356 if (result == ISC_R_SUCCESS && !client->mortal && !TCP(client))
4367 if (!TCP(client))
7010 /* Track TCP vs UDP stats per zone */
7011 if (TCP(client))
7154 TCP(client), client->message->rdclass,
7209 } else if (!TCP(client) && client->view->requireservercookie &&
7257 !TCP(client)) &&
8518 !TCP(client) && !WANTDNSSEC(client) &&
8526 !TCP(client) && onetype != 0 &&
9143 TCP(client) ? "T" : "",
9209 if (ns_g_clienttest && !TCP(client)) {
9362 client->view->minimal_any && !TCP(client))
9369 if (client->ednsversion >= 0 && client->udpsize <= 512U && !TCP(client))