Searched refs:socket_protocol (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | Acceptor.cpp | 86 Socket::SocketProtocol socket_protocol = Socket::ProtocolUnixDomain; in Create() local 91 if (!FindProtocolByScheme(scheme.str().c_str(), socket_protocol)) in Create() 102 socket_protocol = Socket::ProtocolTcp; in Create() 109 Socket::Create(socket_protocol, child_processes_inherit, error); in Create()
|
| /freebsd-13.1/contrib/unbound/dnstap/ |
| H A D | dnstap.proto | 170 optional SocketProtocol socket_protocol = 3; field 225 // socket_family, socket_protocol 231 // socket_family, socket_protocol 238 // socket_family, socket_protocol 246 // socket_family, socket_protocol 255 // socket_family, socket_protocol 260 // socket_family, socket_protocol
|
| H A D | dnstap.c | 377 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__UDP; in dt_msg_fill_net() 381 dm->m.socket_protocol = DNSTAP__SOCKET_PROTOCOL__TCP; in dt_msg_fill_net()
|
| /freebsd-13.1/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 | 110 const Socket::SocketProtocol socket_protocol, const char *socket_scheme) in GDBRemoteCommunicationServerPlatform() argument 113 m_socket_protocol(socket_protocol), m_socket_scheme(socket_scheme), in GDBRemoteCommunicationServerPlatform()
|