Searched defs:TCP_CLIENT (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/named/
H A Dclient.c92 #define TCP_CLIENT(c) (((c)->attributes & NS_CLIENTATTR_TCP) != 0) macro
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(clien
[all...]

Completed in 16 milliseconds