|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/lldb/source/Host/common/TCPSocket.cpp 135 m_socket = Socket::CreateSocket(domain, kType, IPPROTO_TCP,
153 host_str.c_str(), nullptr, AF_UNSPEC, SOCK_STREAM, IPPROTO_TCP);
191 host_str.c_str(), nullptr, AF_UNSPEC, SOCK_STREAM, IPPROTO_TCP);
193 int fd = Socket::CreateSocket(address.GetFamily(), kType, IPPROTO_TCP,
303 return SetOption(IPPROTO_TCP, TCP_NODELAY, 1);
tools/lldb/unittests/Host/SocketAddressTest.cpp 46 SOCK_STREAM, IPPROTO_TCP);
tools/lldb/unittests/Host/SocketTestUtilities.cpp 97 ip.c_str(), NULL, AF_UNSPEC, SOCK_STREAM, IPPROTO_TCP);