Searched defs:AssociationState (Results 1 – 4 of 4) sorted by relevance
67 pub(crate) enum AssociationState { enum78 impl From<u8> for AssociationState { implementation79 fn from(v: u8) -> AssociationState { in from()93 impl fmt::Display for AssociationState { implementation602 fn set_state(&self, new_state: AssociationState) { in set_state()615 fn get_state(&self) -> AssociationState { in get_state()
589 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()
361 async fn handle_init_test(name: &str, initial_state: AssociationState, expect_err: bool) { in handle_init_test()
479 fn get_state(&self) -> AssociationState { in get_state()