Home
last modified time | relevance | path

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

/webrtc/sctp/src/association/
H A Dmod.rs74 ShutdownReceived = 6, enumerator
86 6 => AssociationState::ShutdownReceived, in from()
102 AssociationState::ShutdownReceived => "ShutdownReceived", in fmt()
H A Dassociation_internal.rs575 | AssociationState::ShutdownReceived => { in gather_outbound()
1366 && state != AssociationState::ShutdownReceived in handle_sack()
1498 } else if state == AssociationState::ShutdownReceived { in postprocess_sack()
1515 self.set_state(AssociationState::ShutdownReceived); in handle_shutdown()
/webrtc/sctp/src/association/association_internal/
H A Dassociation_internal_test.rs435 AssociationState::ShutdownReceived, in test_assoc_handle_init()
/webrtc/sctp/src/stream/
H A Dmod.rs301 | AssociationState::ShutdownReceived => return Err(Error::ErrStreamClosed), in prepare_write()