Home
last modified time | relevance | path

Searched defs:AssociationState (Results 1 – 4 of 4) sorted by relevance

/webrtc/sctp/src/association/
H A Dmod.rs67 pub(crate) enum AssociationState { enum
78 impl From<u8> for AssociationState { implementation
79 fn from(v: u8) -> AssociationState { in from()
93 impl fmt::Display for AssociationState { implementation
602 fn set_state(&self, new_state: AssociationState) { in set_state()
615 fn get_state(&self) -> AssociationState { in get_state()
H A Dassociation_internal.rs589 pub(crate) fn set_state(&self, new_state: AssociationState) { in set_state()
602 fn get_state(&self) -> AssociationState { in get_state()
1484 state: AssociationState, in postprocess_sack()
/webrtc/sctp/src/association/association_internal/
H A Dassociation_internal_test.rs361 async fn handle_init_test(name: &str, initial_state: AssociationState, expect_err: bool) { in handle_init_test()
/webrtc/sctp/src/stream/
H A Dmod.rs479 fn get_state(&self) -> AssociationState { in get_state()