Home | History | Annotate | Download | only in mDNSCore

Lines Matching refs:tcp

354 	// tcp connection status
442 // Structure to abstract away the differences between TCP/SSL sockets, and one for UDP sockets
529 mDNSu8 protocol; // Payload type: 0x06 = TCP, 0x11 = UDP
539 mDNSu8 pro; // Type of next header: 0x06 = TCP, 0x11 = UDP, 0x3A = ICMPv6
605 TCPHeader tcp;
1005 tcpLNTInfo tcpInfo; // Legacy NAT traversal (UPnP) TCP connection
1245 struct tcpInfo_t *tcp;
1549 struct tcpInfo_t *tcp;
1550 mDNSIPPort tcpSrcPort; // Local Port TCP packet received on;need this as tcp struct is disposed
1559 // for TCP: there is some ambiguity in the use of this variable, but in general, it is
1560 // the number of TCP/TLS connection attempts for this LLQ state, or
1561 // the number of packets sent for this TCP/TLS connection
1917 tcpLNTInfo tcpAddrInfo; // legacy NAT traversal TCP connection info for external address
1918 tcpLNTInfo tcpDeviceInfo; // legacy NAT traversal TCP connection info for device info
2598 // All TCP socket operations implemented by the platform layer MUST NOT BLOCK.
2599 // mDNSPlatformTCPConnect initiates a TCP connection with a peer, adding the socket descriptor to the
2620 extern TCPSocket *mDNSPlatformTCPSocket(mDNS *const m, TCPSocketFlags flags, mDNSIPPort *port); // creates a TCP socket