* @returns Whether or not this is a dummy address that represents a name. * * @see CNetAddr::SetInternal(const std::string &) */
| 498 | * @see CNetAddr::SetInternal(const std::string &) |
| 499 | */ |
| 500 | bool CNetAddr::IsInternal() const |
| 501 | { |
| 502 | return m_net == NET_INTERNAL; |
| 503 | } |
| 504 | |
| 505 | bool CNetAddr::IsAddrV1Compatible() const |
| 506 | { |
no outgoing calls