Lines Matching refs:NotInProgress
11 assert!(matches!(sock.finish_bind(), Err(ErrorCode::NotInProgress))); in test_tcp_unbound_state_invariants()
15 Err(ErrorCode::NotInProgress) in test_tcp_unbound_state_invariants()
23 Err(ErrorCode::NotInProgress) in test_tcp_unbound_state_invariants()
65 assert!(matches!(sock.finish_bind(), Err(ErrorCode::NotInProgress))); in test_tcp_bound_state_invariants()
69 Err(ErrorCode::NotInProgress) in test_tcp_bound_state_invariants()
74 Err(ErrorCode::NotInProgress) in test_tcp_bound_state_invariants()
117 assert!(matches!(sock.finish_bind(), Err(ErrorCode::NotInProgress))); in test_tcp_listening_state_invariants()
124 Err(ErrorCode::NotInProgress) in test_tcp_listening_state_invariants()
129 Err(ErrorCode::NotInProgress) in test_tcp_listening_state_invariants()
178 assert!(matches!(sock.finish_bind(), Err(ErrorCode::NotInProgress))); in test_tcp_connected_state_invariants()
185 Err(ErrorCode::NotInProgress) in test_tcp_connected_state_invariants()
190 Err(ErrorCode::NotInProgress) in test_tcp_connected_state_invariants()