Home
last modified time | relevance | path

Searched refs:MappedAddress (Results 1 – 3 of 3) sorted by relevance

/webrtc/stun/src/
H A Daddr.rs22 pub struct MappedAddress { struct
27 impl fmt::Display for MappedAddress { argument
41 impl Default for MappedAddress { implementation
43 MappedAddress { in default()
50 impl Setter for MappedAddress { implementation
57 impl Getter for MappedAddress { implementation
64 impl MappedAddress { impl
118 pub type AlternateServer = MappedAddress;
123 pub type ResponseOrigin = MappedAddress;
128 pub type OtherAddress = MappedAddress;
/webrtc/stun/src/addr/
H A Daddr_test.rs7 let addr = MappedAddress { in test_mapped_address()
19 let mut got = MappedAddress::default(); in test_mapped_address()
69 let addr = MappedAddress { in test_mapped_address_v6()
80 let mut got = MappedAddress::default(); in test_mapped_address_v6()
108 let addr = MappedAddress { in test_alternate_server()
/webrtc/stun/benches/
H A Dbench.rs8 use stun::addr::{AlternateServer, MappedAddress};
33 let ma_addr = MappedAddress { in benchmark_addr()