feisty meow concerns codebase
2.140
|
#include "internet_address.h"
#include "machine_uid.h"
#include <basis/byte_array.h>
#include <basis/functions.h>
#include <basis/astring.h>
#include <basis/mutex.h>
#include <configuration/configurator.h>
#include <configuration/variable_tokenizer.h>
#include <loggers/program_wide_logger.h>
#include <structures/static_memory_gremlin.h>
#include <structures/string_table.h>
#include <textual/parser_bits.h>
#include <stdio.h>
#include <string.h>
Go to the source code of this file.
Namespaces | |
sockets | |
Provides access to the operating system's socket methods. | |
Macros | |
#define | LOG(to_print) CLASS_EMERGENCY_LOG(program_wide_logger::get(), to_print) |
#define | CAST_UP(type) |
Functions | |
sockets::SAFE_STATIC_CONST (byte_array, internet_address::localhost,(ADDRESS_SIZE, localhosts_bytes)) bool internet_address | |
sockets::SAFE_STATIC_CONST (byte_array, internet_address::nil_address,(ADDRESS_SIZE, nil_address_bytes)) bool internet_address | |
Variables | |
const abyte | sockets::localhosts_bytes [] = { 127, 0, 0, 1 } |
const abyte | sockets::nil_address_bytes [] = { 0, 0, 0, 0 } |
#define CAST_UP | ( | type | ) |
Definition at line 85 of file internet_address.cpp.
#define LOG | ( | to_print | ) | CLASS_EMERGENCY_LOG(program_wide_logger::get(), to_print) |
Definition at line 47 of file internet_address.cpp.