Home
last modified time | relevance | path

Searched refs:OtherAddress (Results 1 – 2 of 2) sorted by relevance

/webrtc/stun/src/addr/
H A Daddr_test.rs148 let addr = OtherAddress { in test_other_address()
159 let mut got = OtherAddress::default(); in test_other_address()
/webrtc/stun/src/
H A Daddr.rs128 pub type OtherAddress = MappedAddress; typedef