Classes | Namespaces | Macros | Functions
win32/coil/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

 coil
 Common Object Interface Layer.
 

Macros

#define _WIN32_IE   0x0501
 
#define _WIN32_WINDOWS   _WIN32_WINNT
 
#define _WIN32_WINNT   0x0500
 
#define FREE(x)   HeapFree(GetProcessHeap(), 0, (x))
 
#define MALLOC(x)   HeapAlloc(GetProcessHeap(), 0, (x))
 
#define NTDDI_VERSION   0x05000000
 
#define WINVER   _WIN32_WINNT
 

Functions

bool coil::dest_to_endpoint (std::string dest_addr, std::string &endpoint)
 Getting network interface name from destination address. More...
 

Macro Definition Documentation

◆ _WIN32_IE

#define _WIN32_IE   0x0501

Definition at line 28 of file win32/coil/Routing.cpp.

◆ _WIN32_WINDOWS

#define _WIN32_WINDOWS   _WIN32_WINNT

Definition at line 27 of file win32/coil/Routing.cpp.

◆ _WIN32_WINNT

#define _WIN32_WINNT   0x0500

Definition at line 26 of file win32/coil/Routing.cpp.

◆ FREE

#define FREE (   x)    HeapFree(GetProcessHeap(), 0, (x))

Definition at line 43 of file win32/coil/Routing.cpp.

◆ MALLOC

#define MALLOC (   x)    HeapAlloc(GetProcessHeap(), 0, (x))

Definition at line 42 of file win32/coil/Routing.cpp.

◆ NTDDI_VERSION

#define NTDDI_VERSION   0x05000000

Definition at line 21 of file win32/coil/Routing.cpp.

◆ WINVER

#define WINVER   _WIN32_WINNT

Definition at line 22 of file win32/coil/Routing.cpp.



openrtm_aist
Author(s): Noriaki Ando
autogenerated on Mon Feb 28 2022 23:00:45