#include "imp_sockets.h"#include <basis/portable.h>#include <opsystem/path_configuration.h>Include dependency graph for imp_sockets.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | BASE_LOG(to_print) EMERGENCY_LOG(program_wide_logger(), to_print) |
Functions | |
| const char * | TOKEN_SEPARATOR () |
| const char * | TOKEN_ASSIGN () |
| void | sockets_complain_garbage (const istring &function_name) |
| void | sockets_complain_dead (const istring &function_name, const istring &which) |
| void | sockets_complain_reject (const istring &function_name, const istring &what) |
| #define BASE_LOG | ( | to_print | ) | EMERGENCY_LOG(program_wide_logger(), to_print) |
Definition at line 24 of file imp_sockets.cpp.
| void sockets_complain_garbage | ( | const istring & | function_name | ) |
| const char* TOKEN_ASSIGN | ( | ) |
Definition at line 29 of file imp_sockets.cpp.
Referenced by network_address::detokenize(), and network_address::tokenize().
| const char* TOKEN_SEPARATOR | ( | ) |
Definition at line 28 of file imp_sockets.cpp.
Referenced by network_address::detokenize(), and network_address::tokenize().
1.5.1