HomeSort by relevance Sort by last modified time
    Searched refs:address_v4 (Results 1 - 3 of 3) sorted by null

  /external/parameter-framework/asio-1.10.6/include/asio/ip/
address_v4.hpp 2 // ip/address_v4.hpp
30 * The asio::ip::address_v4 class provides the ability to use and
37 class address_v4 class in namespace:asio::ip
48 address_v4() function in class:asio::ip::address_v4
54 ASIO_DECL explicit address_v4(const bytes_type& bytes);
57 ASIO_DECL explicit address_v4(unsigned long addr);
60 address_v4(const address_v4& other) function in class:asio::ip::address_v4
66 address_v4(address_v4&& other function in class:asio::ip::address_v4
    [all...]
address.hpp 18 #include "asio/ip/address_v4.hpp"
43 ASIO_DECL address(const asio::ip::address_v4& ipv4_address);
62 const asio::ip::address_v4& ipv4_address);
81 ASIO_DECL asio::ip::address_v4 to_v4() const;
154 asio::ip::address_v4 ipv4_address_;
address_v6.hpp 21 #include "asio/ip/address_v4.hpp"
109 ASIO_DECL address_v4 to_v4() const;
189 ASIO_DECL static address_v6 v4_mapped(const address_v4& addr);
192 ASIO_DECL static address_v6 v4_compatible(const address_v4& addr);

Completed in 58 milliseconds