Home
last modified time | relevance | path

Searched refs:ErrStunQuery (Results 1 – 4 of 4) sorted by relevance

/webrtc/ice/src/url/
H A Durl_test.rs117 ("stun:google.de?transport=udp", Error::ErrStunQuery), in test_parse_url_failure()
118 ("stuns:google.de?transport=udp", Error::ErrStunQuery), in test_parse_url_failure()
H A Dmod.rs178 return Err(Error::ErrStunQuery); in parse_url()
184 return Err(Error::ErrStunQuery); in parse_url()
/webrtc/ice/src/
H A Derror.rs23 ErrStunQuery, enumerator
/webrtc/webrtc/src/ice_transport/
H A Dice_server.rs160 ice::Error::ErrStunQuery, in test_ice_server_validate_failure_err_stun_query()