|
Monero
|
#include <net_utils_base.h>
Public Member Functions | |
| ipv6_network_address () | |
| ipv6_network_address (const boost::asio::ip::address_v6 &ip, uint16_t port) | |
| bool | equal (const ipv6_network_address &other) const noexcept |
| bool | less (const ipv6_network_address &other) const noexcept |
| bool | is_same_host (const ipv6_network_address &other) const noexcept |
| boost::asio::ip::address_v6 | ip () const noexcept |
| uint16_t | port () const noexcept |
| std::string | str () const |
| std::string | host_str () const |
| bool | is_loopback () const |
| bool | is_local () const |
| epee::serialization::selector (bytes, stg, hparent_section, "addr") | |
| const_cast (this_ref.m_address) | |
Static Public Member Functions | |
| static constexpr address_type | get_type_id () noexcept |
| static constexpr zone | get_zone () noexcept |
| static constexpr bool | is_blockable () noexcept |
Public Attributes | |
| boost::asio::ip::address_v6::bytes_type | bytes = this_ref.m_address.to_bytes() |
Static Public Attributes | |
| static const uint8_t | ID = 2 |
Protected Attributes | |
| boost::asio::ip::address_v6 | m_address |
| uint16_t | m_port |
|
inline |
|
inline |
| epee::net_utils::ipv6_network_address::const_cast | ( | this_ref. | m_address | ) |
| epee::net_utils::ipv6_network_address::epee::serialization::selector | ( | bytes | , |
| stg | , | ||
| hparent_section | , | ||
| "addr" | ) |
|
noexcept |
|
inlinestaticconstexprnoexcept |
|
inlinestaticconstexprnoexcept |
| std::string epee::net_utils::ipv6_network_address::host_str | ( | ) | const |
|
inlinenoexcept |
|
inlinestaticconstexprnoexcept |
| bool epee::net_utils::ipv6_network_address::is_local | ( | ) | const |
| bool epee::net_utils::ipv6_network_address::is_loopback | ( | ) | const |
|
inlinenoexcept |
|
noexcept |
|
inlinenoexcept |
| std::string epee::net_utils::ipv6_network_address::str | ( | ) | const |
| boost::asio::ip::address_v6::bytes_type epee::net_utils::ipv6_network_address::bytes = this_ref.m_address.to_bytes() |
|
static |
|
protected |
|
protected |