![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
A combination of a network address (CNetAddr) and a (TCP) port. More...
#include <netbase.h>
Public Member Functions | |
CService () | |
CService (const CNetAddr &ip, unsigned short port) | |
CService (const struct in_addr &ipv4Addr, unsigned short port) | |
CService (const struct sockaddr_in &addr) | |
CService (const char *pszIpPort, int portDefault, bool fAllowLookup=false) | |
CService (const char *pszIpPort, bool fAllowLookup=false) | |
CService (const std::string &strIpPort, int portDefault, bool fAllowLookup=false) | |
CService (const std::string &strIpPort, bool fAllowLookup=false) | |
void | Init () |
void | SetPort (unsigned short portIn) |
unsigned short | GetPort () const |
bool | GetSockAddr (struct sockaddr *paddr, socklen_t *addrlen) const |
bool | SetSockAddr (const struct sockaddr *paddr) |
std::vector< unsigned char > | GetKey () const |
std::string | ToString () const |
std::string | ToStringPort () const |
std::string | ToStringIPPort () const |
void | print () const |
![]() | |
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 short | port |
![]() | |
unsigned char | ip [16] |
Friends | |
bool | operator== (const CService &a, const CService &b) |
bool | operator!= (const CService &a, const CService &b) |
bool | operator< (const CService &a, const CService &b) |
A combination of a network address (CNetAddr) and a (TCP) port.
CService::CService | ( | ) |
Definition at line 972 of file netbase.cpp.
CService::CService | ( | const CNetAddr & | ip, |
unsigned short | port | ||
) |
Definition at line 977 of file netbase.cpp.
CService::CService | ( | const struct in_addr & | ipv4Addr, |
unsigned short | port | ||
) |
Definition at line 981 of file netbase.cpp.
CService::CService | ( | const struct sockaddr_in & | addr | ) |
Definition at line 991 of file netbase.cpp.
|
explicit |
Definition at line 1027 of file netbase.cpp.
|
explicit |
Definition at line 1019 of file netbase.cpp.
|
explicit |
Definition at line 1043 of file netbase.cpp.
|
explicit |
Definition at line 1035 of file netbase.cpp.
std::vector< unsigned char > CService::GetKey | ( | ) | const |
Definition at line 1102 of file netbase.cpp.
unsigned short CService::GetPort | ( | ) | const |
Definition at line 1051 of file netbase.cpp.
bool CService::GetSockAddr | ( | struct sockaddr * | paddr, |
socklen_t * | addrlen | ||
) | const |
Definition at line 1071 of file netbase.cpp.
void CService::Init | ( | ) |
Definition at line 967 of file netbase.cpp.
void CService::print | ( | ) | const |
Definition at line 1131 of file netbase.cpp.
void CService::SetPort | ( | unsigned short | portIn | ) |
Definition at line 1136 of file netbase.cpp.
bool CService::SetSockAddr | ( | const struct sockaddr * | paddr | ) |
Definition at line 1003 of file netbase.cpp.
std::string CService::ToString | ( | ) | const |
Definition at line 1126 of file netbase.cpp.
std::string CService::ToStringIPPort | ( | ) | const |
Definition at line 1117 of file netbase.cpp.
std::string CService::ToStringPort | ( | ) | const |
Definition at line 1112 of file netbase.cpp.
Definition at line 1061 of file netbase.cpp.
Definition at line 1066 of file netbase.cpp.
Definition at line 1056 of file netbase.cpp.