|
LLDB mainline
|
#include "lldb/Host/common/DomainSocket.h"#include "lldb/Utility/LLDBLog.h"#include "llvm/Support/Errno.h"#include "llvm/Support/Error.h"#include "llvm/Support/FileSystem.h"#include <cstddef>#include <memory>#include <sys/socket.h>#include <sys/un.h>Go to the source code of this file.
Functions | |
| static bool | SetSockAddr (llvm::StringRef name, const size_t name_offset, sockaddr_un *saddr_un, socklen_t &saddr_un_len) |
Variables | |
| static const int | kDomain = AF_UNIX |
| static const int | kType = SOCK_STREAM |
|
static |
Definition at line 35 of file DomainSocket.cpp.
References kDomain.
Referenced by lldb_private::DomainSocket::Connect(), and lldb_private::DomainSocket::Listen().
|
static |
Definition at line 32 of file DomainSocket.cpp.
Referenced by lldb_private::DomainSocket::Connect(), lldb_private::UDPSocket::CreateConnected(), lldb_private::DomainSocket::Listen(), and SetSockAddr().
|
static |
Definition at line 33 of file DomainSocket.cpp.
Referenced by lldb_private::DomainSocket::Connect(), lldb_private::UDPSocket::CreateConnected(), lldb_private::TCPSocket::CreateSocket(), lldb_private::DomainSocket::Listen(), and lldb_private::TCPSocket::Listen().