Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
CAddrInfo Member List

This is the complete list of members for CAddrInfo, including all inherited members.

CAddress()CAddress
CAddress(CService ipIn, uint64 nServicesIn=NODE_NETWORK)CAddressexplicit
CAddrInfo(const CAddress &addrIn, const CNetAddr &addrSource)CAddrInfoinline
CAddrInfo()CAddrInfoinline
CAddrMan classCAddrInfofriend
CNetAddr()CNetAddr
CNetAddr(const struct in_addr &ipv4Addr)CNetAddr
CNetAddr(const char *pszIp, bool fAllowLookup=false)CNetAddrexplicit
CNetAddr(const std::string &strIp, bool fAllowLookup=false)CNetAddrexplicit
CService()CService
CService(const CNetAddr &ip, unsigned short port)CService
CService(const struct in_addr &ipv4Addr, unsigned short port)CService
CService(const struct sockaddr_in &addr)CService
CService(const char *pszIpPort, int portDefault, bool fAllowLookup=false)CServiceexplicit
CService(const char *pszIpPort, bool fAllowLookup=false)CServiceexplicit
CService(const std::string &strIpPort, int portDefault, bool fAllowLookup=false)CServiceexplicit
CService(const std::string &strIpPort, bool fAllowLookup=false)CServiceexplicit
fInTriedCAddrInfoprivate
GetByte(int n) const CNetAddr
GetChance(int64 nNow=GetAdjustedTime()) const CAddrInfo
GetGroup() const CNetAddr
GetHash() const CNetAddr
GetInAddr(struct in_addr *pipv4Addr) const CNetAddr
GetKey() const CService
GetNetwork() const CNetAddr
GetNewBucket(const std::vector< unsigned char > &nKey, const CNetAddr &src) const CAddrInfo
GetNewBucket(const std::vector< unsigned char > &nKey) const CAddrInfoinline
GetPort() const CService
GetReachabilityFrom(const CNetAddr *paddrPartner=NULL) const CNetAddr
GetSockAddr(struct sockaddr *paddr, socklen_t *addrlen) const CService
GetTriedBucket(const std::vector< unsigned char > &nKey) const CAddrInfo
IMPLEMENT_SERIALIZE(CAddress *pthis=(CAddress *)(this);READWRITE(*pthis);READWRITE(source);READWRITE(nLastSuccess);READWRITE(nAttempts);) void Init()CAddrInfoinline
CAddress::IMPLEMENT_SERIALIZE(CAddress *pthis=const_cast< CAddress * >(this);CService *pip=(CService *) pthis;if(fRead) pthis->Init();if(nType &SER_DISK) READWRITE(nVersion);if((nType &SER_DISK)||(nVersion >=CADDR_TIME_VERSION &&!(nType &SER_GETHASH))) READWRITE(nTime);READWRITE(nServices);READWRITE(*pip);) void print() const CAddress
Init()CAddress
ipCNetAddrprotected
IsIPv4() const CNetAddr
IsIPv6() const CNetAddr
IsLocal() const CNetAddr
IsMulticast() const CNetAddr
IsRFC1918() const CNetAddr
IsRFC3849() const CNetAddr
IsRFC3927() const CNetAddr
IsRFC3964() const CNetAddr
IsRFC4193() const CNetAddr
IsRFC4380() const CNetAddr
IsRFC4843() const CNetAddr
IsRFC4862() const CNetAddr
IsRFC6052() const CNetAddr
IsRFC6145() const CNetAddr
IsRoutable() const CNetAddr
IsTerrible(int64 nNow=GetAdjustedTime()) const CAddrInfo
IsTor() const CNetAddr
IsValid() const CNetAddr
nAttemptsCAddrInfoprivate
nLastSuccessCAddrInfoprivate
nLastTryCAddress
nRandomPosCAddrInfoprivate
nRefCountCAddrInfoprivate
nServicesCAddress
nTimeCAddress
portCServiceprotected
print() const CService
SetIP(const CNetAddr &ip)CNetAddr
SetPort(unsigned short portIn)CService
SetSockAddr(const struct sockaddr *paddr)CService
SetSpecial(const std::string &strName)CNetAddr
sourceCAddrInfoprivate
ToString() const CService
ToStringIP() const CNetAddr
ToStringIPPort() const CService
ToStringPort() const CService