17 #ifndef YAMICORE_NETWORK_UTILS_H_INCLUDED 18 #define YAMICORE_NETWORK_UTILS_H_INCLUDED 21 #include "details-fwd.h" 24 #include <details-types.h> 44 allocator & alloc,
const char * address, ip_address & ipa,
47 core::result get_host_by_name(
const char * hostname,
int & host,
49 int get_network_port(
long port);
59 #endif // YAMICORE_NETWORK_UTILS_H_INCLUDED void(* io_error_function)(void *hint, int error_code, const char *description)
Type of function callback for internal I/O error logging.
Definition: core.h:149
Namespace devoted for everything related to YAMI4.
Definition: agent.h:25
result
General type for reporting success and error states.
Definition: core.h:32