Home
last modified time | relevance | path

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

/webrtc/ice/src/mdns/
H A Dmdns_test.rs20 multicast_dns_mode: MulticastDnsMode::QueryAndGather, in test_multicast_dns_only_connection()
31 multicast_dns_mode: MulticastDnsMode::QueryAndGather, in test_multicast_dns_only_connection()
54 multicast_dns_mode: MulticastDnsMode::QueryAndGather, in test_multicast_dns_mixed_connection()
88 multicast_dns_mode: MulticastDnsMode::QueryAndGather, in test_multicast_dns_static_host_name()
101 multicast_dns_mode: MulticastDnsMode::QueryAndGather, in test_multicast_dns_static_host_name()
H A Dmod.rs24 QueryAndGather, enumerator
47 MulticastDnsMode::QueryAndGather => vec![mdns_name.to_owned()], in create_multicast_dns()
/webrtc/ice/src/agent/
H A Dagent_config.rs224 if mdns_mode == MulticastDnsMode::QueryAndGather { in init_ext_ip_mapping()
H A Dagent_gather.rs232 if mdns_mode != MulticastDnsMode::QueryAndGather && ext_ip_mapper.is_some() { in gather_candidates_local()
248 let address = if mdns_mode == MulticastDnsMode::QueryAndGather { in gather_candidates_local()
323 if mdns_mode == MulticastDnsMode::QueryAndGather { in gather_candidates_local()
H A Dagent_test.rs1512 multicast_dns_mode: MulticastDnsMode::QueryAndGather, in test_init_ext_ip_mapping()
/webrtc/webrtc/src/ice_transport/
H A Dice_gatherer.rs379 s.set_ice_multicast_dns_mode(ice::mdns::MulticastDnsMode::QueryAndGather); in test_ice_gather_mdns_candidate_gathering()