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

/bind-9.11.3/bin/named/
H A Dquery.c88 /*% Is TCP? */
89 #define TCP(c) (((c)->attributes & NS_CLIENTATTR_TCP) != 0) macro
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(clien
[all...]

Completed in 28 milliseconds