Home
last modified time | relevance | path

Searched refs:Muxed (Results 1 – 5 of 5) sorted by relevance

/webrtc/ice/src/
H A Dudp_network.rs56 Muxed(Arc<dyn UDPMux + Send + Sync>), enumerator
71 matches!(self, Self::Muxed(_)) in is_muxed()
/webrtc/ice/src/agent/
H A Dagent_gather.rs115 UDPNetwork::Muxed(_) => continue, in gather_candidates_internal()
209 if let UDPNetwork::Muxed(udp_mux) = udp_network { in gather_candidates_local()
H A Dmod.rs338 if let UDPNetwork::Muxed(ref udp_mux) = self.udp_network { in close()
H A Dagent_gather_test.rs450 udp_network: UDPNetwork::Muxed(udp_mux), in test_vnet_gather_muxed_udp()
/webrtc/ice/examples/
H A Dping_pong.rs186 UDPNetwork::Muxed(udp_mux) in main()