![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
IP address (IPv6, or IPv4 using mapped IPv6 range (::FFFF:0:0/96)) More...
#include <netbase.h>
Public Member Functions | |
CNetAddr () | |
CNetAddr (const struct in_addr &ipv4Addr) | |
CNetAddr (const char *pszIp, bool fAllowLookup=false) | |
CNetAddr (const std::string &strIp, bool fAllowLookup=false) | |
void | Init () |
void | SetIP (const CNetAddr &ip) |
bool | SetSpecial (const std::string &strName) |
bool | IsIPv4 () const |
bool | IsIPv6 () const |
bool | IsRFC1918 () const |
bool | IsRFC3849 () const |
bool | IsRFC3927 () const |
bool | IsRFC3964 () const |
bool | IsRFC4193 () const |
bool | IsRFC4380 () const |
bool | IsRFC4843 () const |
bool | IsRFC4862 () const |
bool | IsRFC6052 () const |
bool | IsRFC6145 () const |
bool | IsTor () const |
bool | IsLocal () const |
bool | IsRoutable () const |
bool | IsValid () const |
bool | IsMulticast () const |
enum Network | GetNetwork () const |
std::string | ToString () const |
std::string | ToStringIP () const |
unsigned int | GetByte (int n) const |
uint64 | GetHash () const |
bool | GetInAddr (struct in_addr *pipv4Addr) const |
std::vector< unsigned char > | GetGroup () const |
int | GetReachabilityFrom (const CNetAddr *paddrPartner=NULL) const |
Calculates a metric for how reachable (*this) is from a given partner. More... | |
void | print () const |
Protected Attributes | |
unsigned char | ip [16] |
Friends | |
bool | operator== (const CNetAddr &a, const CNetAddr &b) |
bool | operator!= (const CNetAddr &a, const CNetAddr &b) |
bool | operator< (const CNetAddr &a, const CNetAddr &b) |
IP address (IPv6, or IPv4 using mapped IPv6 range (::FFFF:0:0/96))
CNetAddr::CNetAddr | ( | ) |
Definition at line 566 of file netbase.cpp.
CNetAddr::CNetAddr | ( | const struct in_addr & | ipv4Addr | ) |
Definition at line 571 of file netbase.cpp.
|
explicit |
Definition at line 584 of file netbase.cpp.
|
explicit |
Definition at line 592 of file netbase.cpp.
unsigned int CNetAddr::GetByte | ( | int | n | ) | const |
Definition at line 600 of file netbase.cpp.
std::vector< unsigned char > CNetAddr::GetGroup | ( | ) | const |
Definition at line 815 of file netbase.cpp.
uint64 CNetAddr::GetHash | ( | ) | const |
Definition at line 882 of file netbase.cpp.
bool CNetAddr::GetInAddr | ( | struct in_addr * | pipv4Addr | ) | const |
Definition at line 797 of file netbase.cpp.
enum Network CNetAddr::GetNetwork | ( | ) | const |
Definition at line 737 of file netbase.cpp.
int CNetAddr::GetReachabilityFrom | ( | const CNetAddr * | paddrPartner = NULL | ) | const |
Calculates a metric for how reachable (*this) is from a given partner.
Definition at line 909 of file netbase.cpp.
void CNetAddr::Init | ( | ) |
Definition at line 540 of file netbase.cpp.
bool CNetAddr::IsIPv4 | ( | ) | const |
Definition at line 605 of file netbase.cpp.
bool CNetAddr::IsIPv6 | ( | ) | const |
Definition at line 610 of file netbase.cpp.
bool CNetAddr::IsLocal | ( | ) | const |
Definition at line 676 of file netbase.cpp.
bool CNetAddr::IsMulticast | ( | ) | const |
Definition at line 690 of file netbase.cpp.
bool CNetAddr::IsRFC1918 | ( | ) | const |
Definition at line 615 of file netbase.cpp.
bool CNetAddr::IsRFC3849 | ( | ) | const |
Definition at line 628 of file netbase.cpp.
bool CNetAddr::IsRFC3927 | ( | ) | const |
Definition at line 623 of file netbase.cpp.
bool CNetAddr::IsRFC3964 | ( | ) | const |
Definition at line 633 of file netbase.cpp.
bool CNetAddr::IsRFC4193 | ( | ) | const |
Definition at line 655 of file netbase.cpp.
bool CNetAddr::IsRFC4380 | ( | ) | const |
Definition at line 644 of file netbase.cpp.
bool CNetAddr::IsRFC4843 | ( | ) | const |
Definition at line 666 of file netbase.cpp.
bool CNetAddr::IsRFC4862 | ( | ) | const |
Definition at line 649 of file netbase.cpp.
bool CNetAddr::IsRFC6052 | ( | ) | const |
Definition at line 638 of file netbase.cpp.
bool CNetAddr::IsRFC6145 | ( | ) | const |
Definition at line 660 of file netbase.cpp.
bool CNetAddr::IsRoutable | ( | ) | const |
Definition at line 732 of file netbase.cpp.
bool CNetAddr::IsTor | ( | ) | const |
Definition at line 671 of file netbase.cpp.
bool CNetAddr::IsValid | ( | ) | const |
Definition at line 696 of file netbase.cpp.
void CNetAddr::print | ( | ) | const |
Definition at line 890 of file netbase.cpp.
void CNetAddr::SetIP | ( | const CNetAddr & | ip | ) |
Definition at line 545 of file netbase.cpp.
bool CNetAddr::SetSpecial | ( | const std::string & | strName | ) |
Definition at line 552 of file netbase.cpp.
std::string CNetAddr::ToString | ( | ) | const |
Definition at line 777 of file netbase.cpp.
std::string CNetAddr::ToStringIP | ( | ) | const |
Definition at line 751 of file netbase.cpp.
Definition at line 787 of file netbase.cpp.
Definition at line 792 of file netbase.cpp.
Definition at line 782 of file netbase.cpp.