Lines Matching refs:ip
35 namespace ip = boost::asio::ip; in test()
40 ip::udp::socket sock(ioc); in test()
44 ip::unicast::hops hops1(1024); in test()
46 ip::unicast::hops hops2; in test()
70 namespace ip = boost::asio::ip; in test()
75 ip::udp::endpoint ep_v4(ip::address_v4::loopback(), 0); in test()
76 ip::udp::socket sock_v4(ioc); in test()
81 ip::udp::endpoint ep_v6(ip::address_v6::loopback(), 0); in test()
82 ip::udp::socket sock_v6(ioc); in test()
93 ip::unicast::hops hops1(1); in test()
104 ip::unicast::hops hops2; in test()
115 ip::unicast::hops hops3(255); in test()
126 ip::unicast::hops hops4; in test()
140 ip::unicast::hops hops1(1); in test()
145 ip::unicast::hops hops2; in test()
150 ip::unicast::hops hops3(255); in test()
155 ip::unicast::hops hops4; in test()