Searched refs:handshake_completed_ch_tx (Results 1 – 3 of 3) sorted by relevance
80 handshake_completed_ch_tx: Option<mpsc::Sender<Option<Error>>>, field99 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()
290 let (handshake_completed_ch_tx, handshake_completed_ch_rx) = mpsc::channel(1); in new()300 handshake_completed_ch_tx, in new()
53 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()