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.h87 int GetOption(int level, int option_name, int &option_value);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp294 int Socket::GetOption(int level, int option_name, int &option_value) { in GetOption() function in Socket
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp701 !!tcp_socket->GetOption(SOL_SOCKET, SO_REUSEADDR, resuse); in ConnectFD()