Searched refs:SetSocketOption (Results 1 – 2 of 2) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/ |
| D | ConnectionFileDescriptor.h | 137 SetSocketOption(int fd, int level, int option_name, int option_value);
|
| /freebsd-10-stable/contrib/llvm/tools/lldb/source/Core/ |
| D | ConnectionFileDescriptor.cpp | 1322 SetSocketOption (listen_fd, SOL_SOCKET, SO_REUSEADDR, 1); in SocketListen() 1439 SetSocketOption (m_fd_send, IPPROTO_TCP, TCP_NODELAY, 1); in SocketListen() 1472 SetSocketOption (m_fd_send, SOL_SOCKET, SO_REUSEADDR, 1); in ConnectTCP() 1513 SetSocketOption (m_fd_send, IPPROTO_TCP, TCP_NODELAY, 1); in ConnectTCP() 1633 ConnectionFileDescriptor::SetSocketOption(int fd, int level, int option_name, int option_value) in SetSocketOption() function in ConnectionFileDescriptor
|