#include <winsock2.h>
#include <ws2tcpip.h>
#include <iphlpapi.h>
#include <coil/Routing.h>
#include <coil/stringutil.h>
#include <coil/config_coil.h>
Go to the source code of this file.
Classes | |
class | coil::Winsock |
Namespaces | |
namespace | coil |
Common Object Interface Layer. | |
Defines | |
#define | FREE(x) HeapFree(GetProcessHeap(), 0, (x)) |
#define | MALLOC(x) HeapAlloc(GetProcessHeap(), 0, (x)) |
Functions | |
bool | coil::dest_to_endpoint (std::string dest_addr, std::string &endpoint) |
Getting network interface name from destination address. |
#define FREE | ( | x | ) | HeapFree(GetProcessHeap(), 0, (x)) |
Definition at line 33 of file win32/coil/Routing.cpp.
#define MALLOC | ( | x | ) | HeapAlloc(GetProcessHeap(), 0, (x)) |
Definition at line 32 of file win32/coil/Routing.cpp.