Lines Matching refs:address

56             address: "192.168.1.1".to_owned(),  in test_pair_priority()
68 address: "1.2.3.4".to_owned(), in test_pair_priority()
83 address: "10.10.10.2".to_owned(), in test_pair_priority()
97 address: "10.10.10.2".to_owned(), in test_pair_priority()
111 address: "1.2.3.5".to_owned(), in test_pair_priority()
204 address: "192.168.1.1".to_owned(), in test_on_selected_candidate_pair_change()
216 address: "1.2.3.4".to_owned(), in test_on_selected_candidate_pair_change()
249 address: "192.168.0.2".to_owned(), in test_handle_peer_reflexive_udp_pflx_candidate()
309 assert_eq!(c.address(), "172.17.0.3", "IP address mismatch"); in test_handle_peer_reflexive_udp_pflx_candidate()
348 address: "192.168.0.2".to_owned(), in test_handle_peer_reflexive_unknown_remote()
651 address: "192.168.0.2".to_owned(), in test_inbound_validity()
1054 address: "192.168.1.1".to_owned(), in test_candidate_pair_stats()
1068 address: "1.2.3.4".to_owned(), in test_candidate_pair_stats()
1084 address: "10.10.10.2".to_owned(), in test_candidate_pair_stats()
1099 address: "10.10.10.2".to_owned(), in test_candidate_pair_stats()
1114 address: "1.2.3.5".to_owned(), in test_candidate_pair_stats()
1216 address: "192.168.1.1".to_owned(), in test_local_candidate_stats()
1230 address: "192.168.1.1".to_owned(), in test_local_candidate_stats()
1280 assert_eq!(stats.ip, candidate.address(), "invalid stats IP"); in test_local_candidate_stats()
1307 address: "1.2.3.4".to_owned(), in test_remote_candidate_stats()
1323 address: "10.10.10.2".to_owned(), in test_remote_candidate_stats()
1338 address: "10.10.10.2".to_owned(), in test_remote_candidate_stats()
1353 address: "1.2.3.5".to_owned(), in test_remote_candidate_stats()
1417 assert_eq!(stats.ip, candidate.address(), "invalid stats IP"); in test_remote_candidate_stats()
1858 out += c.address().as_str(); in test_agent_restart_both_side()