Lines Matching defs:tcp
365 // tcp connection status
453 // Structure to abstract away the differences between TCP/SSL sockets, and one for UDP sockets
540 mDNSu8 protocol; // Payload type: 0x06 = TCP, 0x11 = UDP
550 mDNSu8 pro; // Type of next header: 0x06 = TCP, 0x11 = UDP, 0x3A = ICMPv6
616 TCPHeader tcp;
1016 tcpLNTInfo tcpInfo; // Legacy NAT traversal (UPnP) TCP connection
1256 struct tcpInfo_t *tcp;
1560 struct tcpInfo_t *tcp;
1561 mDNSIPPort tcpSrcPort; // Local Port TCP packet received on;need this as tcp struct is disposed
1570 // for TCP: there is some ambiguity in the use of this variable, but in general, it is
1571 // the number of TCP/TLS connection attempts for this LLQ state, or
1572 // the number of packets sent for this TCP/TLS connection
1928 tcpLNTInfo tcpAddrInfo; // legacy NAT traversal TCP connection info for external address
1929 tcpLNTInfo tcpDeviceInfo; // legacy NAT traversal TCP connection info for device info
2610 // All TCP socket operations implemented by the platform layer MUST NOT BLOCK.
2611 // mDNSPlatformTCPConnect initiates a TCP connection with a peer, adding the socket descriptor to the
2632 extern TCPSocket *mDNSPlatformTCPSocket(mDNS *const m, TCPSocketFlags flags, mDNSIPPort *port); // creates a TCP socket