Home
last modified time | relevance | path

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

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