blocxx
|
#include "blocxx/BLOCXX_config.h"
#include "blocxx/SocketAddress.hpp"
#include "blocxx/ByteSwap.hpp"
#include "blocxx/Assertion.hpp"
#include "blocxx/Mutex.hpp"
#include "blocxx/MutexLock.hpp"
#include "blocxx/ExceptionIds.hpp"
#include "blocxx/Format.hpp"
#include <netdb.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <sys/param.h>
#include <sys/utsname.h>
#include <unistd.h>
#include <errno.h>
Go to the source code of this file.
Namespaces | |
namespace | BLOCXX_NAMESPACE |
Taken from RFC 1321. | |
Functions | |
BLOCXX_NAMESPACE::BLOCXX_DEFINE_EXCEPTION_WITH_ID (UnknownHost) | |
BLOCXX_NAMESPACE::BLOCXX_DEFINE_EXCEPTION_WITH_ID (SocketAddress) | |
Variables | |
Mutex | BLOCXX_NAMESPACE::gethostbynameMutex |