Home
last modified time | relevance | path

Searched refs:v4_compat_bytes (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/asio/test/ip/
Daddress_v6.cpp241 address_v6::bytes_type v4_compat_bytes = {{ 0 }}; in test() local
242 v4_compat_bytes[12] = 1, v4_compat_bytes[13] = 2; in test()
243 v4_compat_bytes[14] = 3, v4_compat_bytes[15] = 4; in test()
244 address_v6 v4_compat_address(v4_compat_bytes); in test()