#include "address.h"#include <cstdio>#include <iostream>#include <cstdlib>#include <cstring>#include <cerrno>#include <sstream>#include <iomanip>#include "network/networkexceptions.h"#include "util/string.h"#include "util/numeric.h"#include "constants.h"#include "debug.h"#include "settings.h"#include "log.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() (errno) |
Typedefs | |
| typedef int | socket_t |
| #define LAST_SOCKET_ERR | ( | ) | (errno) |
Referenced by UDPSocket::Bind(), UDPSocket::init(), and UDPSocket::WaitData().
| typedef int socket_t |