Home
last modified time | relevance | path

Searched refs:v6_masked (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/webrtc-sdp/src/
H A Danonymizer_tests.rs25 let v6_masked = [Ipv6Addr::from(1), Ipv6Addr::from(2), Ipv6Addr::from(3)]; in test_mask_ip() localVariable
28 assert_eq!(anon.mask_ip(&IpAddr::V6(v6[0])), v6_masked[0]); in test_mask_ip()
31 assert_eq!(anon.mask_ip(&IpAddr::V6(v6[1])), v6_masked[1]); in test_mask_ip()
34 assert_eq!(anon.mask_ip(&IpAddr::V6(v6[2])), v6_masked[2]); in test_mask_ip()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/webrtc-sdp-0.3.1/src/
H A Danonymizer.rs214 let v6_masked = [Ipv6Addr::from(1), Ipv6Addr::from(2), Ipv6Addr::from(3)]; in test_mask_ip() localVariable
217 assert_eq!(anon.mask_ip(&IpAddr::V6(v6[0])), v6_masked[0]); in test_mask_ip()
220 assert_eq!(anon.mask_ip(&IpAddr::V6(v6[1])), v6_masked[1]); in test_mask_ip()
223 assert_eq!(anon.mask_ip(&IpAddr::V6(v6[2])), v6_masked[2]); in test_mask_ip()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/webrtc-sdp/src/
H A Danonymizer.rs218 let v6_masked = [Ipv6Addr::from(1), Ipv6Addr::from(2), Ipv6Addr::from(3)]; in test_mask_ip() localVariable
221 assert_eq!(anon.mask_ip(&IpAddr::V6(v6[0])), v6_masked[0]); in test_mask_ip()
224 assert_eq!(anon.mask_ip(&IpAddr::V6(v6[1])), v6_masked[1]); in test_mask_ip()
227 assert_eq!(anon.mask_ip(&IpAddr::V6(v6[2])), v6_masked[2]); in test_mask_ip()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/webrtc-sdp/src/
H A Danonymizer.rs218 let v6_masked = [Ipv6Addr::from(1), Ipv6Addr::from(2), Ipv6Addr::from(3)]; in test_mask_ip() localVariable
221 assert_eq!(anon.mask_ip(&IpAddr::V6(v6[0])), v6_masked[0]); in test_mask_ip()
224 assert_eq!(anon.mask_ip(&IpAddr::V6(v6[1])), v6_masked[1]); in test_mask_ip()
227 assert_eq!(anon.mask_ip(&IpAddr::V6(v6[2])), v6_masked[2]); in test_mask_ip()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/webrtc-sdp/src/
H A Danonymizer.rs218 let v6_masked = [Ipv6Addr::from(1), Ipv6Addr::from(2), Ipv6Addr::from(3)]; in test_mask_ip() localVariable
221 assert_eq!(anon.mask_ip(&IpAddr::V6(v6[0])), v6_masked[0]); in test_mask_ip()
224 assert_eq!(anon.mask_ip(&IpAddr::V6(v6[1])), v6_masked[1]); in test_mask_ip()
227 assert_eq!(anon.mask_ip(&IpAddr::V6(v6[2])), v6_masked[2]); in test_mask_ip()