Home
last modified time | relevance | path

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

/third_party/boost/libs/asio/test/generic/
Draw_protocol.cpp57 const int ipproto_icmp = BOOST_ASIO_OS_DEF(IPPROTO_ICMP); in test() local
73 rp::socket socket2(ioc, rp(af_inet, ipproto_icmp)); in test()
78 rp::socket socket4(ioc, rp(af_inet, ipproto_icmp), native_socket1); in test()
105 socket1.open(rp(af_inet, ipproto_icmp)); in test()
106 socket1.open(rp(af_inet, ipproto_icmp), ec); in test()
111 socket1.assign(rp(af_inet, ipproto_icmp), native_socket2); in test()
114 socket1.assign(rp(af_inet, ipproto_icmp), native_socket3, ec); in test()