Searched refs:address_v6 (Results 1 – 5 of 5) sorted by relevance
38 class address_v6 class49 ASIO_DECL address_v6();52 ASIO_DECL explicit address_v6(const bytes_type& bytes,56 ASIO_DECL address_v6(const address_v6& other);59 ASIO_DECL address_v6(address_v6&& other);62 ASIO_DECL address_v6& operator=(const address_v6& other);65 ASIO_DECL address_v6& operator=(address_v6&& other);95 ASIO_DECL static address_v6 from_string(const char* str);98 ASIO_DECL static address_v6 from_string(102 ASIO_DECL static address_v6 from_string(const std::string& str);[all …]
46 ASIO_DECL address(const asio::ip::address_v6& ipv6_address);66 const asio::ip::address_v6& ipv6_address);84 ASIO_DECL asio::ip::address_v6 to_v6() const;157 asio::ip::address_v6 ipv6_address_;
2 // ip/impl/address_v6.ipp23 #include "asio/ip/address_v6.hpp"30 address_v6::address_v6()36 address_v6::address_v6(const address_v6::bytes_type& bytes,45 std::out_of_range ex("address_v6 from bytes_type");55 address_v6::address_v6(const address_v6& other)61 address_v6::address_v6(address_v6&& other)67 address_v6& address_v6::operator=(const address_v6& other)74 address_v6& address_v6::operator=(address_v6&& other)81 address_v6::bytes_type address_v6::to_bytes() const[all …]
42 address::address(const asio::ip::address_v6& ipv6_address)83 ipv6_address_ = asio::ip::address_v6();87 address& address::operator=(const asio::ip::address_v6& ipv6_address)105 asio::ip::address_v6 address::to_v6() const139 asio::ip::address_v6 ipv6_address =140 asio::ip::address_v6::from_string(str, ec);
86 asio::ip::address_v6 v6_addr = addr.to_v6();87 asio::ip::address_v6::bytes_type bytes = v6_addr.to_bytes();143 asio::ip::address_v6::bytes_type bytes;145 return asio::ip::address_v6(bytes, data_.v6.sin6_scope_id);