Luanti 5.16.0-dev
Loading...
Searching...
No Matches
address.cpp File Reference
#include "address.h"
#include <iostream>
#include <cstring>
#include <cerrno>
#include "network/networkexceptions.h"
#include "settings.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <fcntl.h>
#include <netdb.h>
#include <unistd.h>
#include <arpa/inet.h>
Include dependency graph for address.cpp:

Macros

#define LAST_SOCKET_ERR()

Typedefs

typedef int socket_t

Macro Definition Documentation

◆ LAST_SOCKET_ERR

#define LAST_SOCKET_ERR ( )
Value:
(errno)

Referenced by UDPSocket::Bind(), UDPSocket::init(), and UDPSocket::WaitData().

Typedef Documentation

◆ socket_t

typedef int socket_t