Home
last modified time | relevance | path

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

/webrtc/ice/src/mdns/
H A Dmdns_test.rs18 network_types: vec![NetworkType::Udp4], in test_multicast_dns_only_connection()
29 network_types: vec![NetworkType::Udp4], in test_multicast_dns_only_connection()
52 network_types: vec![NetworkType::Udp4], in test_multicast_dns_mixed_connection()
63 network_types: vec![NetworkType::Udp4], in test_multicast_dns_mixed_connection()
86 network_types: vec![NetworkType::Udp4], in test_multicast_dns_static_host_name()
99 network_types: vec![NetworkType::Udp4], in test_multicast_dns_static_host_name()
/webrtc/ice/src/agent/
H A Dagent_gather.rs40 network_types: Vec<NetworkType>, field
51 network_types: Vec<NetworkType>, field
61 network_types: Vec<NetworkType>, field
94 network_types: params.network_types.clone(), in gather_candidates_internal()
120 network_types: params.network_types.clone(), in gather_candidates_internal()
135 network_types: params.network_types.clone(), in gather_candidates_internal()
197 network_types, in gather_candidates_local()
211 network_types, in gather_candidates_local()
375 network_types, in gather_candidates_local_udp_mux()
454 network_types, in gather_candidates_srflx_mapped()
[all …]
H A Dagent_transport_test.rs21 cfg0.network_types = supported_network_types(); in pipe()
32 cfg1.network_types = supported_network_types(); in pipe()
H A Dmod.rs111 pub(crate) network_types: Vec<NetworkType>, field
205 network_types: config.network_types.clone(), in new()
451 network_types: self.network_types.clone(), in gather_candidates()
H A Dagent_test.rs428 network_types: supported_network_types(), in test_connectivity_on_startup()
441 network_types: supported_network_types(), in test_connectivity_on_startup()
539 network_types: supported_network_types(), in test_connectivity_lite()
552 network_types: supported_network_types(), in test_connectivity_lite()
939 network_types: supported_network_types(), in test_connection_state_callback()
948 network_types: supported_network_types(), in test_connection_state_callback()
1639 network_types: supported_network_types(), in test_connection_state_failed_delete_all_candidates()
1646 network_types: supported_network_types(), in test_connection_state_failed_delete_all_candidates()
1957 network_types: supported_network_types(), in test_close_in_connection_state_callback()
1967 network_types: supported_network_types(), in test_close_in_connection_state_callback()
[all …]
H A Dagent_gather_test.rs147 network_types: vec![NetworkType::Udp4], in test_vnet_gather_with_nat_1to1_as_host_candidates()
263 network_types: vec![NetworkType::Udp4], in test_vnet_gather_with_nat_1to1_as_srflx_candidates()
399 network_types: supported_network_types(), in test_vnet_gather_turn_connection_leak()
447 network_types: vec![NetworkType::Udp4], in test_vnet_gather_muxed_udp()
H A Dagent_vnet_test.rs302 network_types: supported_network_types(), in pipe_with_vnet()
320 network_types: supported_network_types(), in pipe_with_vnet()
794 network_types: supported_network_types(), in test_disconnected_to_connected()
807 network_types: supported_network_types(), in test_disconnected_to_connected()
941 network_types: supported_network_types(), in test_write_use_valid_pair()
951 network_types: supported_network_types(), in test_write_use_valid_pair()
H A Dagent_config.rs99 pub network_types: Vec<NetworkType>, field
/webrtc/ice/src/candidate/
H A Dcandidate_server_reflexive_test.rs48 network_types: vec![NetworkType::Udp4], in test_server_reflexive_only_connection()
64 network_types: vec![NetworkType::Udp4], in test_server_reflexive_only_connection()
H A Dcandidate_relay_test.rs69 network_types: supported_network_types(), in test_relay_only_connection()
87 network_types: supported_network_types(), in test_relay_only_connection()
/webrtc/ice/src/util/
H A Dmod.rs94 network_types: &[NetworkType], in local_interfaces()
100 for typ in network_types { in local_interfaces()
/webrtc/ice/examples/
H A Dping_pong.rs193 network_types: vec![NetworkType::Udp4], in main()
/webrtc/webrtc/src/ice_transport/
H A Dice_gatherer.rs145 config.network_types.extend(requested_network_types); in create_agent()