| /webrtc/ice/src/mdns/ |
| H A D | mdns_test.rs | 18 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 D | agent_gather.rs | 40 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 D | agent_transport_test.rs | 21 cfg0.network_types = supported_network_types(); in pipe() 32 cfg1.network_types = supported_network_types(); in pipe()
|
| H A D | mod.rs | 111 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 D | agent_test.rs | 428 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 D | agent_gather_test.rs | 147 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 D | agent_vnet_test.rs | 302 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 D | agent_config.rs | 99 pub network_types: Vec<NetworkType>, field
|
| /webrtc/ice/src/candidate/ |
| H A D | candidate_server_reflexive_test.rs | 48 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 D | candidate_relay_test.rs | 69 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 D | mod.rs | 94 network_types: &[NetworkType], in local_interfaces() 100 for typ in network_types { in local_interfaces()
|
| /webrtc/ice/examples/ |
| H A D | ping_pong.rs | 193 network_types: vec![NetworkType::Udp4], in main()
|
| /webrtc/webrtc/src/ice_transport/ |
| H A D | ice_gatherer.rs | 145 config.network_types.extend(requested_network_types); in create_agent()
|