* @returns Whether or not this is a dummy address that represents a name. * * @see CNetAddr::SetInternal(const std::string &) */
| 470 | * @see CNetAddr::SetInternal(const std::string &) |
| 471 | */ |
| 472 | bool CNetAddr::IsInternal() const |
| 473 | { |
| 474 | return m_net == NET_INTERNAL; |
| 475 | } |
| 476 | |
| 477 | bool CNetAddr::IsAddrV1Compatible() const |
| 478 | { |
no outgoing calls