Home
last modified time | relevance | path

Searched defs:tcp_socket (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A DAcceptor.cpp110 TCPSocket *tcp_socket = in Create() local
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroidRemoteGDBServer.cpp67 std::unique_ptr<TCPSocket> tcp_socket(new TCPSocket(true, false)); in FindUnusedPort() local
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp697 std::unique_ptr<TCPSocket> tcp_socket; in ConnectFD() local
/openbsd-src/usr.sbin/syslogd/
H A Dsyslogd.c1367 tcp_socket(struct filed *f) tcp_socket() function