#include "net_utils.h"
#include <string.h>
#include <ifaddrs.h>
#include <arpa/inet.h>
#include <unistd.h>
Go to the source code of this file.
Namespaces | |
namespace | rc |
Functions | |
bool | rc::getThisHostsIP (string &thisHostsIP, const string &otherHostsIP, const 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) |