Manage information about network adapters. More...
#include <UPnPsdk/netadapter_platform.hpp>
Go to the source code of this file.
Classes | |
class | UPnPsdk::CNetadapter |
Get information from local network adapters. More... | |
Namespaces | |
namespace | UPnPsdk |
Reengineered Object Oriented UPnP+ program code. | |
Functions | |
uint8_t | UPnPsdk::netmask_to_bitmask (const ::sockaddr_storage *a_netmask) |
Get prefix bit number from a network address mask. | |
void | UPnPsdk::bitmask_to_netmask (const ::sockaddr_storage *a_saddr, const unsigned int a_prefixlength, SSockaddr &a_saddrObj) |
Get network address mask from address prefix bit number. | |
Manage information about network adapters.
Definition in file netadapter.hpp.