Home
last modified time | relevance | path

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

/webrtc/ice/src/candidate/
H A Dcandidate_pair_test.rs21 pub(crate) fn prflx_candidate() -> Result<CandidateBase> { in prflx_candidate() function
82 Arc::new(prflx_candidate()?), in test_candidate_pair_priority()
90 Arc::new(prflx_candidate()?), in test_candidate_pair_priority()
/webrtc/ice/src/agent/
H A Dagent_internal.rs938 Ok(prflx_candidate) => remote_candidate = Some(Arc::new(prflx_candidate)), in handle_inbound()