Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
CService Member List
This is the complete list of members for CService, including all inherited members.
ADD_SERIALIZE_METHODS | CService | |
CNetAddr() | CNetAddr | |
CNetAddr(const struct in_addr &ipv4Addr) | CNetAddr | explicit |
CNetAddr(const struct in6_addr &pipv6Addr, const uint32_t scope=0) | CNetAddr | explicit |
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 | explicit |
CService(const struct in6_addr &ipv6Addr, unsigned short port) | CService | |
CService(const struct sockaddr_in6 &addr) | CService | explicit |
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=nullptr) const | CNetAddr | |
GetSockAddr(struct sockaddr *paddr, socklen_t *addrlen) const | CService | |
ip | CNetAddr | protected |
IsInternal() const | CNetAddr | |
IsIPv4() const | CNetAddr | |
IsIPv6() const | CNetAddr | |
IsLocal() const | CNetAddr | |
IsRFC1918() const | CNetAddr | |
IsRFC2544() const | CNetAddr | |
IsRFC3849() const | CNetAddr | |
IsRFC3927() const | CNetAddr | |
IsRFC3964() const | CNetAddr | |
IsRFC4193() const | CNetAddr | |
IsRFC4380() const | CNetAddr | |
IsRFC4843() const | CNetAddr | |
IsRFC4862() const | CNetAddr | |
IsRFC5737() const | CNetAddr | |
IsRFC6052() const | CNetAddr | |
IsRFC6145() const | CNetAddr | |
IsRFC6598() const | CNetAddr | |
IsRoutable() const | CNetAddr | |
IsTor() const | CNetAddr | |
IsValid() const | CNetAddr | |
operator!=(const CService &a, const CService &b) | CService | friend |
operator<(const CService &a, const CService &b) | CService | friend |
operator==(const CService &a, const CService &b) | CService | friend |
port | CService | protected |
scopeId | CNetAddr | protected |
SerializationOp(Stream &s, Operation ser_action) | CService | inline |
SetInternal(const std::string &name) | CNetAddr | |
SetIP(const CNetAddr &ip) | CNetAddr | |
SetPort(unsigned short portIn) | CService | |
SetSockAddr(const struct sockaddr *paddr) | CService | |
SetSpecial(const std::string &strName) | CNetAddr | |
ToString(bool fUseGetnameinfo=true) const | CService | |
CNetAddr::ToString() const | CNetAddr | |
ToStringIP(bool fUseGetnameinfo=true) const | CNetAddr | |
ToStringIPPort(bool fUseGetnameinfo=true) const | CService | |
ToStringPort() const | CService |