#include <string>
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
namespace | rc |
Functions | |
bool | rc::getThisHostsIP (std::string &thisHostsIP, const std::string &otherHostsIP="", const std::string &networkInterface="") |
uint32_t | rc::IPToUInt (const std::string ip) |
bool | rc::isIPInRange (const std::string ip, const std::string network, const std::string mask) |
bool | rc::isValidIPAddress (const std::string &ip) |