Home
last modified time | relevance | path

Searched defs:listen_socket (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp67 const DomainSocket &listen_socket) in DomainSocket()
/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp62 TCPSocket::TCPSocket(NativeSocket socket, const TCPSocket &listen_socket) in TCPSocket()
H A DSocket.cpp173 std::unique_ptr<TCPSocket> listen_socket( TcpListen() local
/freebsd-src/tools/regression/sockets/sendfile/
H A Dsendfile.c80 static int listen_socket; variable
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1213 TCPSocket listen_socket(true, child_processes_inherit); ConnectLocally() local