Searched refs:ErrShortBuffer (Results 1 – 9 of 9) sorted by relevance
21 ErrShortBuffer, enumerator
90 ErrShortBuffer, enumerator
213 ErrShortBuffer, enumerator
271 return Err(Error::ErrShortBuffer); in read()298 return Err(Error::ErrShortBuffer); in read()
289 err = Some(Error::ErrShortBuffer); in read()
798 assert_eq!(err, Error::ErrShortBuffer, "read() should not succeed"); in test_reassembly_queue_detect_buffer_too_short()
137 Error::ErrShortBuffer.to_string(), in recv_from()
198 Ok(_) | Err(Error::ErrShortBuffer) => return result, in read_sctp()
747 Error::ErrShortBuffer, in test_assoc_reliable_short_buffer()