Home
last modified time | relevance | path

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

/external/openscreen/osp/impl/
Ddns_sd_publisher_client.cc54 OSP_LOG_INFO << "StartPublisher with " << config.network_interfaces.size() in StartPublisher()
116 dns_sd_config.network_info = config.network_interfaces; in CreateDnsSdServiceInternal()
/external/openscreen/cast/standalone_receiver/
Dmain.cc83 std::vector<InterfaceInfo> network_interfaces = GetNetworkInterfaces(); in GetInterfaceInfoFromName() local
84 for (auto& interface : network_interfaces) { in GetInterfaceInfoFromName()
/external/openscreen/osp/public/
Dservice_publisher.cc18 connection_server_port > 0 && !network_interfaces.empty(); in IsValid()
Dservice_publisher.h93 std::vector<InterfaceInfo> network_interfaces; member
/external/openscreen/osp/demo/
Dosp_demo.cc529 publisher_config.network_interfaces.push_back(interface); in PublisherDemo()