Home
last modified time | relevance | path

Searched refs:Listen (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/sendmail/contrib/
H A DsocketmapServer.pl18 Listen => 32,
26 Listen => 32
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A DAcceptor.cpp59 Status Acceptor::Listen(int backlog) { in Listen() function in Acceptor
60 return m_listener_socket_up->Listen(StringRef(m_name), backlog); in Listen()
H A DAcceptor.h31 Status Listen(int backlog);
H A Dlldb-platform.cpp283 error = acceptor_up->Listen(backlog); in main_platform()
H A Dlldb-gdbserver.cpp315 error = acceptor_up->Listen(1); in ConnectToRemote()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DSocket.cpp161 error = listen_socket->Listen(host_and_port, backlog); in TcpListen()
216 error = listen_socket->Listen(name, 5); in UnixDomainAccept()
248 error = listen_socket->Listen(name, 5); in UnixAbstractAccept()
H A DUDPSocket.cpp49 Status UDPSocket::Listen(llvm::StringRef name, int backlog) { in Listen() function in UDPSocket
H A DTCPSocket.cpp170 Status TCPSocket::Listen(llvm::StringRef name, int backlog) { in Listen() function in TCPSocket
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DDomainSocket.h21 Status Listen(llvm::StringRef name, int backlog) override;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DUDPSocket.h28 Status Listen(llvm::StringRef name, int backlog) override;
H A DTCPSocket.h43 Status Listen(llvm::StringRef name, int backlog) override;
/freebsd-12.1/contrib/tcsh/nls/german/
H A Dset2215 12 in einer der Listen\n
/freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.ipv4localsctp.ksh95 Listen => 1,
H A Dtst.localsctpstate.ksh98 Listen => 1,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DDomainSocket.cpp92 Status DomainSocket::Listen(llvm::StringRef name, int backlog) { in Listen() function in DomainSocket
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DSocket.h59 virtual Status Listen(llvm::StringRef name, int backlog) = 0;
/freebsd-12.1/contrib/wpa/wpa_supplicant/examples/p2p/
H A Dp2p_listen.py104 self.p2p_interface.Listen(int(self.timeout))
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A DREADME-P2P117 Start Listen-only state (become discoverable without searching for
119 for the Listen operation in seconds. This command may not be of that
615 Configure Extended Listen Timing. If the parameters are omitted, this
616 feature is disabled. If the parameters are included, Listen State will
620 the time the Extended Listen Timing timeout occurs, the Listen State
645 Set P2P Listen channel. This is mainly meant for testing purposes and
646 changing the Listen channel during normal operations can result in
/freebsd-12.1/contrib/ntp/sntp/
H A Dsntp-opts.def61 descrip = "Listen to the address specified for broadcast time sync";
H A Dinvoke-sntp.texi113 -b Str broadcast Listen to the address specified for broadcast time sync
/freebsd-12.1/contrib/ntp/ntpd/
H A Dntpdbase-opts.def162 descrip = "Listen on an interface name or address";
H A Dinvoke-ntpd.texi168 -I Str interface Listen on an interface name or address
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp1278 listen_socket.Listen("127.0.0.1:0", backlog).ToError()) in ConnectLocally()
/freebsd-12.1/crypto/heimdal/
H A DChangeLog.20065 * kdc/connect.c: Listen to 9878 if kca is turned on.