Home
last modified time | relevance | path

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

/webrtc/util/src/vnet/resolver/
H A Dresolver_test.rs3 const DEMO_IP: &str = "1.2.3.4"; constant
21 let ip_addr = DEMO_IP; in test_resolver_standalone()
41 let ip_addr0 = DEMO_IP; in test_resolver_cascaded()
/webrtc/util/src/vnet/nat/
H A Dnat_test.rs11 const DEMO_IP: &str = "1.2.3.4"; constant
16 mapped_ips: vec![IpAddr::from_str(DEMO_IP)?], in test_nat_type_default()
50 mapped_ips: vec![IpAddr::from_str(DEMO_IP)?], in test_nat_mapping_behavior_full_cone_nat()
111 mapped_ips: vec![IpAddr::from_str(DEMO_IP)?], in test_nat_mapping_behavior_addr_restricted_cone_nat()
190 mapped_ips: vec![IpAddr::from_str(DEMO_IP)?], in test_nat_mapping_behavior_port_restricted_cone_nat()
269 mapped_ips: vec![IpAddr::from_str(DEMO_IP)?], in test_nat_mapping_behavior_symmetric_nat_addr_dependent_mapping()
321 mapped_ips: vec![IpAddr::from_str(DEMO_IP)?], in test_nat_mapping_behavior_symmetric_nat_port_dependent_mapping()
373 mapped_ips: vec![IpAddr::from_str(DEMO_IP)?], in test_nat_mapping_timeout_refresh_on_outbound()
438 mapped_ips: vec![IpAddr::from_str(DEMO_IP)?], in test_nat_mapping_timeout_outbound_detects_timeout()
479 mapped_ips: vec![IpAddr::from_str(DEMO_IP)?], in test_nat1to1_bahavior_one_mapping()
[all …]
/webrtc/util/src/vnet/chunk_queue/
H A Dchunk_queue_test.rs8 const DEMO_IP: &str = "1.2.3.4"; constant
14 SocketAddr::from_str(&(DEMO_IP.to_owned() + ":5678"))?, in test_chunk_queue()
/webrtc/util/src/vnet/chunk/
H A Dchunk_test.rs21 const DEMO_IP: &str = "1.2.3.4"; constant
26 let dst = SocketAddr::from_str(&(DEMO_IP.to_owned() + ":5678"))?; in test_chunk_udp()
/webrtc/util/src/vnet/net/
H A Dnet_test.rs6 const DEMO_IP: &str = "1.2.3.4"; constant
272 let addr = DEMO_IP; in test_net_virtual_assign_port()
349 assert_eq!(src_ip.to_string().as_str(), DEMO_IP, "use non-loopback IP"); in test_net_virtual_determine_source_ip()
368 let any_ip = IpAddr::from_str(DEMO_IP)?; in test_net_virtual_determine_source_ip()
798 static_ips: vec![DEMO_IP.to_owned(), "1.2.3.5".to_owned()], in test_net_virtual_two_ips_on_a_nic()
818 net.bind(SocketAddr::new(Ipv4Addr::from_str(DEMO_IP)?.into(), 1234)) in test_net_virtual_two_ips_on_a_nic()
/webrtc/util/src/vnet/router/
H A Drouter_test.rs5 const DEMO_IP: &str = "1.2.3.4"; constant