Home
last modified time | relevance | path

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

/external/openscreen/osp/public/
Dservice_info.cc19 v4_endpoint == other.v4_endpoint && v6_endpoint == other.v6_endpoint); in operator ==()
37 (v4_endpoint != new_v4_endpoint) || (v6_endpoint != new_v6_endpoint); in Update()
42 v6_endpoint = new_v6_endpoint; in Update()
Dservice_info.h33 const IPEndpoint& v6_endpoint);
47 IPEndpoint v6_endpoint; member
Dservice_info_unittest.cc34 receiver1_ipv6.v6_endpoint.address = address.value(); in TEST()
/external/openscreen/osp/impl/
Dmdns_responder_service_unittest.cc259 EXPECT_FALSE(info.v6_endpoint.address); in TEST_F()
271 EXPECT_FALSE(info.v6_endpoint.address); in TEST_F()
343 EXPECT_FALSE(info.v6_endpoint.address); in TEST_F()
380 EXPECT_FALSE(info.v6_endpoint.address); in TEST_F()
/external/openscreen/osp/impl/presentation/
Dpresentation_controller.cc437 : info.v6_endpoint); in Controller()
763 : info.v6_endpoint); in OnReceiverAdded()
772 info.v4_endpoint.port ? info.v4_endpoint : info.v6_endpoint; in OnReceiverChanged()
Durl_availability_requester.cc123 info.v4_endpoint.address ? info.v4_endpoint : info.v6_endpoint)); in AddReceiver()