#include "sdkcommon.h"
#include "../../hal/socket.h"
#include <sys/socket.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <netdb.h>
Go to the source code of this file.
Classes | |
class | rp::arch::net::DGramSocketImpl |
class | rp::arch::net::StreamSocketImpl |
Namespaces | |
rp | |
rp::arch | |
rp::arch::net | |
rp::net | |
Functions | |
static int | rp::net::_halAddrTypeToOSType (SocketAddress::address_type_t type) |
static int | rp::net::_socketHalFamilyToOSFamily (SocketBase::socket_family_t family) |