Searched defs:TCP (Results 1 – 11 of 11) sorted by relevance
18 TCP chapter
63 TCP = 2; // Transmission Control Protocol (RFC 793) enumerator
57 #define TCP 0x1 macro
73 TCP = 2; // DNS over TCP transport (RFC 1035 section 4.2.2) enumerator
73 TCP = 2; // Transmission Control Protocol (RFC 793) enumerator
51 #define TCP 6 macro
33 typedef enum { UDP, TCP, DOT, HTTPS, HTTP } protocol_t; enumerator
42 TCP, enumerator
83 TCP = 0, enumerator
118 #define TCP(c) (((c)->attributes & NS_CLIENTATTR_TCP) global() macro [all...]