Lines Matching refs:TCP_CLIENT
92 #define TCP_CLIENT(c) (((c)->attributes & NS_CLIENTATTR_TCP) != 0)
343 if (TCP_CLIENT(client))
444 if (client->mortal && TCP_CLIENT(client) && !ns_g_clienttest) {
462 if (TCP_CLIENT(client)) {
648 if (TCP_CLIENT(client)) {
773 if (result == ISC_R_SUCCESS && TCP_CLIENT(client))
810 INSIST(TCP_CLIENT(client));
839 if (TCP_CLIENT(client)) {
897 if (TCP_CLIENT(client)) {
944 if (!TCP_CLIENT(client) && r.length > 1432)
1198 if (TCP_CLIENT(client)) {
1437 TCP_CLIENT(client),
2250 INSIST(client->state == (TCP_CLIENT(client) ?
2257 INSIST(!TCP_CLIENT(client));
2283 INSIST(TCP_CLIENT(client));
2297 if (TCP_CLIENT(client))
2309 if (TCP_CLIENT(client)) {
2341 TCP_CLIENT(client) ? "TCP" : "UDP");
2347 if (!TCP_CLIENT(client)) {
2390 if (TCP_CLIENT(client)) {
2411 if (TCP_CLIENT(client)) {
2469 if (TCP_CLIENT(client) && client->pipelined) {
2567 if (TCP_CLIENT(client))
2828 &client->interface->addr, TCP_CLIENT(client), NULL,
3344 tcp = TCP_CLIENT(client);