Searched refs:socket_protocol (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | Acceptor.cpp | 87 Socket::SocketProtocol socket_protocol = Socket::ProtocolUnixDomain; in Create() local 90 if (!FindProtocolByScheme(res->scheme.str().c_str(), socket_protocol)) in Create() 98 socket_protocol = Socket::ProtocolTcp; in Create() 105 Socket::Create(socket_protocol, child_processes_inherit, error); in Create()
|
| /freebsd/contrib/unbound/dnstap/ |
| H A D | dnstap.proto | 237 optional SocketProtocol socket_protocol = 3; field 295 // socket_family, socket_protocol 301 // socket_family, socket_protocol 308 // socket_family, socket_protocol 315 // socket_family, socket_protocol 323 // socket_family, socket_protocol 328 // socket_family, socket_protocol
|
| H A D | dnstap.c | 422 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__UDP; in dt_msg_fill_net() 427 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__TCP; in dt_msg_fill_net() 431 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__DOT; in dt_msg_fill_net() 436 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__DOH; in dt_msg_fill_net() 440 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__TCP; in dt_msg_fill_net()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.h | 77 AcceptSocket(Socket::SocketProtocol socket_protocol, 82 lldb::ConnectionStatus ConnectSocket(Socket::SocketProtocol socket_protocol,
|
| /freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | ConnectionFileDescriptorPosix.cpp | 536 Socket::SocketProtocol socket_protocol, llvm::StringRef socket_name, in BytesAvailable() 541 Socket::Create(socket_protocol, m_child_processes_inherit, error); in AcceptSocket() 564 ConnectionFileDescriptor::ConnectSocket(Socket::SocketProtocol socket_protocol, in AcceptSocket() 569 Socket::Create(socket_protocol, m_child_processes_inherit, error); in ConnectSocket() 539 AcceptSocket(Socket::SocketProtocol socket_protocol,llvm::StringRef socket_name,llvm::function_ref<void (Socket &)> post_listen_callback,Status * error_ptr) AcceptSocket() argument 567 ConnectSocket(Socket::SocketProtocol socket_protocol,llvm::StringRef socket_name,Status * error_ptr) ConnectSocket() argument
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerPlatform.h | 76 const Socket::SocketProtocol socket_protocol, const char *socket_scheme);
|
| H A D | GDBRemoteCommunicationServerPlatform.cpp | 114 const Socket::SocketProtocol socket_protocol, const char *socket_scheme) in GDBRemoteCommunicationServerPlatform() argument 116 m_socket_protocol(socket_protocol), m_socket_scheme(socket_scheme), in GDBRemoteCommunicationServerPlatform()
|