* Construct an unspecified IPv6 network address (::/128). * * @note This address is considered invalid by CNetAddr::IsValid() */
| 103 | * @note This address is considered invalid by CNetAddr::IsValid() |
| 104 | */ |
| 105 | CNetAddr::CNetAddr() {} |
| 106 | |
| 107 | void CNetAddr::SetIP(const CNetAddr& ipIn) |
| 108 | { |