Home
last modified time | relevance | path

Searched refs:VNET_STUN_SERVER_IP (Results 1 – 3 of 3) sorted by relevance

/webrtc/ice/src/agent/
H A Dagent_vnet_test.rs65 pub(crate) const VNET_STUN_SERVER_IP: &str = "1.2.3.4"; constant
79 static_ip: VNET_STUN_SERVER_IP.to_owned(), // will be assigned to eth0 in build_simple_vnet()
128 static_ip: VNET_STUN_SERVER_IP.to_owned(), // will be assigned to eth0 in build_vnet()
231 relay_address: IpAddr::from_str(VNET_STUN_SERVER_IP)?, in add_vnet_stun()
468 host: VNET_STUN_SERVER_IP.to_owned(), in test_connectivity_simple_vnet_full_cone_nats_on_both_ends()
521 host: VNET_STUN_SERVER_IP.to_owned(), in test_connectivity_vnet_full_cone_nats_on_both_ends()
529 host: VNET_STUN_SERVER_IP.to_owned(), in test_connectivity_vnet_full_cone_nats_on_both_ends()
583 host: VNET_STUN_SERVER_IP.to_owned(), in test_connectivity_vnet_symmetric_nats_on_both_ends()
591 host: VNET_STUN_SERVER_IP.to_owned(), in test_connectivity_vnet_symmetric_nats_on_both_ends()
H A Dagent_transport_test.rs64 host: VNET_STUN_SERVER_IP.to_owned(), in test_remote_local_addr()
H A Dagent_gather_test.rs381 host: VNET_STUN_SERVER_IP.to_owned(), in test_vnet_gather_turn_connection_leak()