Home
last modified time | relevance | path

Searched refs:socket_protocol (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/unbound/dnstap/
H A Ddnstap.proto237 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 Ddnstap.c422 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 DConnectionFileDescriptorPosix.h71 AcceptSocket(Socket::SocketProtocol socket_protocol,
76 lldb::ConnectionStatus ConnectSocket(Socket::SocketProtocol socket_protocol,
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp527 Socket::SocketProtocol socket_protocol, llvm::StringRef socket_name, in AcceptSocket() argument
532 Socket::Create(socket_protocol, error); in AcceptSocket()
555 ConnectionFileDescriptor::ConnectSocket(Socket::SocketProtocol socket_protocol, in ConnectSocket() argument
559 std::unique_ptr<Socket> socket = Socket::Create(socket_protocol, error); in ConnectSocket()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.h29 FileSpec debugserver_path, const Socket::SocketProtocol socket_protocol,
H A DGDBRemoteCommunicationServerPlatform.cpp49 FileSpec debugserver_path, const Socket::SocketProtocol socket_protocol, in GDBRemoteCommunicationServerPlatform() argument
52 m_socket_protocol(socket_protocol), m_gdbserver_port(gdbserver_port) { in GDBRemoteCommunicationServerPlatform()