Searched refs:DEMO_IP (Results 1 – 6 of 6) sorted by relevance
| /webrtc/util/src/vnet/resolver/ |
| H A D | resolver_test.rs | 3 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 D | nat_test.rs | 11 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 D | chunk_queue_test.rs | 8 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 D | chunk_test.rs | 21 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 D | net_test.rs | 6 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 D | router_test.rs | 5 const DEMO_IP: &str = "1.2.3.4"; constant
|