Lines Matching refs:DEMO_IP
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()
525 mapped_ips: vec![IpAddr::from_str(DEMO_IP)?, IpAddr::from_str("1.2.3.5")?], in test_nat1to1_bahavior_more_mapping()
560 SocketAddr::from_str(&format!("{}:{}", DEMO_IP, 2525))?, in test_nat1to1_bahavior_more_mapping()
603 mapped_ips: vec![IpAddr::from_str(DEMO_IP)?, IpAddr::from_str("1.2.3.5")?], in test_nat1to1_bahavior_failure()
615 mapped_ips: vec![IpAddr::from_str(DEMO_IP)?], in test_nat1to1_bahavior_failure()