Classes | Namespaces | Defines | Functions
Routing.cpp File Reference
#include <winsock2.h>
#include <ws2tcpip.h>
#include <iphlpapi.h>
#include <coil/Routing.h>
#include <coil/stringutil.h>
#include <coil/config_coil.h>
Include dependency graph for win32/coil/Routing.cpp:

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 Documentation

#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.



openrtm_aist
Author(s): Noriaki Ando
autogenerated on Sat Jun 8 2019 18:49:09