Home
last modified time | relevance | path

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

/webrtc/turn/src/client/
H A Dmod.rs73 read_ch_tx: Arc<Mutex<Option<mpsc::Sender<InboundData>>>>,
265 read_ch_tx: &Arc<Mutex<Option<mpsc::Sender<InboundData>>>>, in handle_inbound() argument
306 read_ch_tx: &Arc<Mutex<Option<mpsc::Sender<InboundData>>>>, in handle_stun_message() argument
375 read_ch_tx: &Arc<Mutex<Option<mpsc::Sender<InboundData>>>>, in handle_channel_data() argument
401 read_ch_tx: &Arc<Mutex<Option<mpsc::Sender<InboundData>>>>, in handle_inbound_relay_conn() argument
410 .try_send(InboundData { in handle_inbound_relay_conn()
H A Drelay_conn.rs33 pub(crate) struct InboundData { struct
60 pub(crate) read_ch_rx: Arc<Mutex<mpsc::Receiver<InboundData>>>,
76 read_ch_rx: Arc<Mutex<mpsc::Receiver<InboundData>>>,