Home
last modified time | relevance | path

Searched refs:GetOption (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h139 static int GetOption(NativeSocket sockfd, int level, int option_name,
141 int GetOption(int level, int option_name, int &option_value) { in GetOption() function
142 return GetOption(m_socket, level, option_name, option_value); in GetOption()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp393 int Socket::GetOption(NativeSocket sockfd, int level, int option_name, in GetOption() function in Socket
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp690 !!tcp_socket->GetOption(SOL_SOCKET, SO_REUSEADDR, resuse); in ConnectFD()