Home
last modified time | relevance | path

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

/webrtc/ice/src/agent/
H A Dmod.rs51 pub(crate) destination: SocketAddr, field
60 destination: SocketAddr::new(Ipv4Addr::new(0, 0, 0, 0).into(), 0), in default()
H A Dagent_selector.rs309 let transaction_addr = pending_request.destination; in handle_success_response()
467 let transaction_addr = pending_request.destination; in handle_success_response()
H A Dagent_internal.rs727 destination: remote.addr(), in send_binding_request()
H A Dagent_test.rs337 destination: SocketAddr::from_str("0.0.0.0:0")?, in test_handle_peer_reflexive_unknown_remote()