|
LLDB mainline
|
#include "lldb/Host/SocketAddress.h"#include <cstddef>#include <cstdio>#include <arpa/inet.h>#include <cassert>#include <cstring>#include "lldb/Host/PosixApi.h"Go to the source code of this file.
Functions | |
| static socklen_t | GetFamilyLength (sa_family_t family) |
|
static |
Definition at line 104 of file SocketAddress.cpp.
Referenced by lldb_private::SocketAddress::GetLength(), and lldb_private::SocketAddress::SetFamily().