![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
This is the complete list of members for CAddress, including all inherited members.
| CAddress() | CAddress | |
| CAddress(CService ipIn, uint64_t nServicesIn=NODE_NETWORK) | CAddress | explicit |
| CNetAddr() | CNetAddr | |
| CNetAddr(const struct in_addr &ipv4Addr) | CNetAddr | |
| CNetAddr(const char *pszIp, bool fAllowLookup=false) | CNetAddr | explicit |
| CNetAddr(const std::string &strIp, bool fAllowLookup=false) | CNetAddr | explicit |
| CNetAddr(const struct in6_addr &pipv6Addr) | CNetAddr | |
| 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) | CService | explicit |
| CService(const char *pszIpPort, bool fAllowLookup=false) | CService | explicit |
| CService(const std::string &strIpPort, int portDefault, bool fAllowLookup=false) | CService | explicit |
| CService(const std::string &strIpPort, bool fAllowLookup=false) | CService | explicit |
| CService(const struct in6_addr &ipv6Addr, unsigned short port) | CService | |
| CService(const struct sockaddr_in6 &addr) | CService | |
| GetByte(int n) const | CNetAddr | |
| GetGroup() const | CNetAddr | |
| GetHash() const | CNetAddr | |
| GetIn6Addr(struct in6_addr *pipv6Addr) const | CNetAddr | |
| GetInAddr(struct in_addr *pipv4Addr) const | CNetAddr | |
| GetKey() const | CService | |
| GetNetwork() const | CNetAddr | |
| GetPort() const | CService | |
| GetReachabilityFrom(const CNetAddr *paddrPartner=NULL) const | CNetAddr | |
| GetSockAddr(struct sockaddr *paddr, socklen_t *addrlen) const | CService | |
| 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 | |
| ip | CNetAddr | protected |
| 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 | |
| IsTor() const | CNetAddr | |
| IsValid() const | CNetAddr | |
| nLastTry | CAddress | |
| nServices | CAddress | |
| nTime | CAddress | |
| port | CService | protected |
| 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 | |
| ToString() const | CService | |
| ToStringIP() const | CNetAddr | |
| ToStringIPPort() const | CService | |
| ToStringPort() const | CService |
1.8.8