Home
last modified time | relevance | path

Searched refs:handshake_completed_ch_tx (Results 1 – 3 of 3) sorted by relevance

/webrtc/sctp/src/association/
H A Dassociation_internal.rs80 handshake_completed_ch_tx: Option<mpsc::Sender<Option<Error>>>, field
99 handshake_completed_ch_tx: mpsc::Sender<Option<Error>>, in new()
145 handshake_completed_ch_tx: Some(handshake_completed_ch_tx), in new()
851 if let Some(handshake_completed_ch) = &self.handshake_completed_ch_tx { in handle_cookie_echo()
887 if let Some(handshake_completed_ch) = &self.handshake_completed_ch_tx { in handle_cookie_ack()
2351 if let Some(handshake_completed_ch) = &self.handshake_completed_ch_tx { in on_retransmission_failure()
2359 if let Some(handshake_completed_ch) = &self.handshake_completed_ch_tx { in on_retransmission_failure()
H A Dmod.rs290 let (handshake_completed_ch_tx, handshake_completed_ch_rx) = mpsc::channel(1); in new()
300 handshake_completed_ch_tx, in new()
/webrtc/sctp/src/association/association_internal/
H A Dassociation_internal_test.rs53 let (handshake_completed_ch_tx, _handshake_completed_ch_rx) = mpsc::channel(1); in create_association_internal()
59 handshake_completed_ch_tx, in create_association_internal()