Home
last modified time | relevance | path

Searched refs:ErrorCause (Results 1 – 5 of 5) sorted by relevance

/webrtc/sctp/src/
H A Derror_cause.rs51 pub(crate) struct ErrorCause { struct
57 pub(crate) type ErrorCauseInvalidMandatoryParameter = ErrorCause; argument
60 pub(crate) type ErrorCauseUnrecognizedChunkType = ErrorCause;
78 pub(crate) type ErrorCauseProtocolViolation = ErrorCause;
83 impl fmt::Display for ErrorCause { implementation
89 impl ErrorCause { impl
111 Ok(ErrorCause { code, raw }) in unmarshal()
/webrtc/sctp/src/chunk/
H A Dchunk_error.rs30 pub(crate) error_causes: Vec<ErrorCause>,
65 let e = ErrorCause::unmarshal( in unmarshal()
H A Dchunk_abort.rs28 pub(crate) error_causes: Vec<ErrorCause>,
63 let e = ErrorCause::unmarshal( in unmarshal()
H A Dchunk_test.rs51 error_causes: vec![ErrorCause { in test_abort_chunk_one_error_cause()
74 ErrorCause { in test_abort_chunk_many_error_causes()
78 ErrorCause { in test_abort_chunk_many_error_causes()
82 ErrorCause { in test_abort_chunk_many_error_causes()
147 let ec_unrecognized_chunk_type = ErrorCause { in test_chunk_error_unrecognized_chunk_type_marshal()
166 let ec_unrecognized_chunk_type = ErrorCause { in test_chunk_error_unrecognized_chunk_type_marshal_with_cause_value_being_nil()
/webrtc/sctp/src/association/
H A Dassociation_internal.rs2159 error_causes: vec![ErrorCause { in handle_chunk()
2181 error_causes: vec![ErrorCause { in handle_chunk()