Home
last modified time | relevance | path

Searched defs:bytes_type (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/asio/ip/
Daddress_v4.hpp58 typedef array<unsigned char, 4> bytes_type; typedef in boost::asio::ip::address_v4
60 typedef boost::asio::detail::array<unsigned char, 4> bytes_type; typedef in boost::asio::ip::address_v4
Daddress_v6.hpp57 typedef array<unsigned char, 16> bytes_type; typedef in boost::asio::ip::address_v6