Home
last modified time | relevance | path

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

/webrtc/sctp/src/association/
H A Dmod.rs75 ShutdownSent = 7, enumerator
87 7 => AssociationState::ShutdownSent, in from()
101 AssociationState::ShutdownSent => "ShutdownSent", in fmt()
264 self.set_state(AssociationState::ShutdownSent); in shutdown()
H A Dassociation_internal.rs574 | AssociationState::ShutdownSent in gather_outbound()
1497 self.set_state(AssociationState::ShutdownSent); in postprocess_sack()
1523 } else if state == AssociationState::ShutdownSent { in handle_shutdown()
1537 if state == AssociationState::ShutdownSent || state == AssociationState::ShutdownAckSent { in handle_shutdown_ack()
2262 AssociationState::ShutdownSent => { in on_retransmission_timeout()
/webrtc/sctp/src/association/association_internal/
H A Dassociation_internal_test.rs442 AssociationState::ShutdownSent, in test_assoc_handle_init()
/webrtc/sctp/src/stream/
H A Dmod.rs298 AssociationState::ShutdownSent in prepare_write()