| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | Socket.cpp | 44 const NativeSocket Socket::kInvalidSocketValue = INVALID_SOCKET; 48 const NativeSocket Socket::kInvalidSocketValue = -1; 104 Socket::Socket(NativeSocket socket, SocketProtocol protocol, bool should_close) in Socket() function in Socket 112 Socket::~Socket() in ~Socket() 117 Error Socket::TcpConnect(llvm::StringRef host_and_port, bool child_processes_inherit, Socket *&sock… in TcpConnect() 120 std::unique_ptr<Socket> final_socket; in TcpConnect() 144 final_socket.reset(new Socket(sock, ProtocolTcp, true)); in TcpConnect() 186 Error Socket::TcpListen( in TcpListen() 189 Socket *&socket, in TcpListen() 193 std::unique_ptr<Socket> listen_socket; in TcpListen() [all …]
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/ |
| HD | Socket.h | 41 class Socket : public IOObject 53 Socket(NativeSocket socket, SocketProtocol protocol, bool should_close); 54 ~Socket(); 62 Socket *&socket, 65 …static Error TcpConnect(llvm::StringRef host_and_port, bool child_processes_inherit, Socket *&sock… 66 …(llvm::StringRef host_and_port, bool child_processes_inherit, Socket *&send_socket, Socket *&recv_… 67 …or UnixDomainConnect(llvm::StringRef host_and_port, bool child_processes_inherit, Socket *&socket); 68 …ror UnixDomainAccept(llvm::StringRef host_and_port, bool child_processes_inherit, Socket *&socket); 73 …Error BlockingAccept(llvm::StringRef host_and_port, bool child_processes_inherit, Socket *&socket);
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/posix/ |
| HD | ConnectionFileDescriptorPosix.cpp | 84 ConnectionFileDescriptor::ConnectionFileDescriptor(Socket* socket) in ConnectionFileDescriptor() 226 std::unique_ptr<Socket> tcp_socket; in Connect() 227 tcp_socket.reset(new Socket(fd, Socket::ProtocolTcp, false)); in Connect() 338 static_cast<Socket &>(*m_read_sp).PreDisconnect(); in Disconnect() 735 Socket *socket = nullptr; in NamedSocketAccept() 736 Error error = Socket::UnixDomainAccept(socket_name, m_child_processes_inherit, socket); in NamedSocketAccept() 752 Socket *socket = nullptr; in NamedSocketConnect() 753 Error error = Socket::UnixDomainConnect(socket_name, m_child_processes_inherit, socket); in NamedSocketConnect() 771 Socket *socket = nullptr; in SocketListenAndAccept() 773 Error error = Socket::TcpListen(s, m_child_processes_inherit, socket, &m_port_predicate); in SocketListenAndAccept() [all …]
|
| /NextBSD/contrib/ntp/scripts/lib/NTP/ |
| HD | Util.pm | 16 require Socket; 17 if (version->parse($Socket::VERSION) >= version->parse(1.94)) { 18 Socket->import(qw(getaddrinfo getnameinfo SOCK_RAW AF_INET)); 22 Socket->import(qw(inet_aton SOCK_RAW AF_INET));
|
| /NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/posix/ |
| HD | ConnectionFileDescriptorPosix.h | 31 class Socket; variable 41 ConnectionFileDescriptor(Socket* socket); 104 void InitializeSocket(Socket* socket);
|
| /NextBSD/lib/libc/nls/ |
| HD | de_DE.ISO8859-1.msg | 83 38 Deskriptor ist kein Socket 89 41 Ung�ltiger Protokolltyp f�r diesen Socket 119 56 Socket ist schon verbunden 121 57 Socket ist nicht verbunden 123 58 Kann nach einem Socket-Shutdown nicht mehr senden
|
| HD | C.msg | 83 38 Socket operation on non-socket 95 44 Socket type not supported 119 56 Socket is already connected 121 57 Socket is not connected
|
| HD | fi_FI.ISO8859-1.msg | 83 38 Socket-operaatio muulla kuin socketilla 95 44 Socket-tyyppi� ei tueta
|
| HD | it_IT.ISO8859-15.msg | 119 56 Socket già connesso 121 57 Socket non connesso
|
| HD | pt_BR.ISO8859-1.msg | 119 56 Socket j� est� conectado 121 57 Socket n�o est� conectado
|
| HD | sk_SK.ISO8859-2.msg | 119 56 Socket je u� pripojen� 121 57 Socket nie je pripojen�
|
| /NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/ |
| HD | get.ipv4remote.pl | 40 use IO::Socket; 86 my $socket = IO::Socket::INET->new(
|
| HD | tst.ipv4localtcp.ksh | 81 use IO::Socket; 82 my \$s = IO::Socket::INET->new(
|
| HD | tst.ipv4remotetcp.ksh | 71 use IO::Socket; 72 my \$s = IO::Socket::INET->new(
|
| HD | tst.remotetcpstate.ksh | 78 use IO::Socket; 79 my \$s = IO::Socket::INET->new(
|
| HD | tst.localtcpstate.ksh | 73 use IO::Socket; 74 my \$s = IO::Socket::INET->new(
|
| HD | get.ipv6remote.pl | 40 use IO::Socket;
|
| /NextBSD/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/mib/ |
| HD | tst.tcp.ksh | 83 use Socket; 110 use Socket;
|
| /NextBSD/contrib/llvm/tools/lldb/tools/lldb-server/ |
| HD | lldb-platform.cpp | 286 std::unique_ptr<Socket> listening_socket_up; in main_platform() 287 Socket *socket = nullptr; in main_platform() 294 …error = Socket::TcpListen(listen_host_port.c_str(), children_inherit_listen_socket, socket, NULL, … in main_platform()
|
| /NextBSD/contrib/libxo/tests/gettext/ |
| HD | strerror.pot | 215 msgid "Socket operation on non-socket" 239 msgid "Socket type not supported" 291 msgid "Socket is already connected" 295 msgid "Socket is not connected"
|
| /NextBSD/usr.sbin/ntp/scripts/ |
| HD | ntptrace | 7 use Socket;
|
| /NextBSD/lib/clang/liblldbHostCommon/ |
| HD | Makefile | 26 Socket.cpp \
|
| /NextBSD/contrib/libxo/tests/gettext/po/pig_latin/ |
| HD | strerror.po | 211 msgid "Socket operation on non-socket" 235 msgid "Socket type not supported" 286 msgid "Socket is already connected" 290 msgid "Socket is not connected"
|
| /NextBSD/sys/dev/pccard/ |
| HD | pccarddevs | 99 vendor SOCKET 0x0104 Socket Communications 586 /* Socket Communications Products */ 587 product SOCKET EA_ETHER 0x0000 Socket Communications EA 588 product SOCKET LP_WLAN_CF 0x0001 Socket Communications Low Power WLAN Card 589 product SOCKET PAGECARD 0x0003 Socket Communications PageCard 590 product SOCKET DUAL_RS232 0x0006 Socket Communications Dual RS232 591 product SOCKET ES_1000 0x000a Socket Communications Ethernet/RS-232 592 product SOCKET LP_ETHER 0x000d Socket Communications LP-E 593 product SOCKET DUAL_IO 0x0070 Socket Communications DUAL IO 594 product SOCKET LP_ETHER_CF 0x0075 Socket Communications LP-E CF [all …]
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | BIO_s_socket.pod | 39 Socket BIOs also support any relevant functionality of file descriptor
|