#include "lldb/Host/posix/DomainSocket.h"
#include "lldb/Utility/LLDBLog.h"
#include "llvm/Support/Errno.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.
|
static bool | SetSockAddr (llvm::StringRef name, const size_t name_offset, sockaddr_un *saddr_un, socklen_t &saddr_un_len) |
|
|
static const int | kDomain = AF_UNIX |
|
static const int | kType = SOCK_STREAM |
|
◆ SetSockAddr()
static bool SetSockAddr |
( |
llvm::StringRef |
name, |
|
|
const size_t |
name_offset, |
|
|
sockaddr_un * |
saddr_un, |
|
|
socklen_t & |
saddr_un_len |
|
) |
| |
|
static |
◆ kDomain
const int kDomain = AF_UNIX |
|
static |
◆ kType
const int kType = SOCK_STREAM |
|
static |