Home
last modified time | relevance | path

Searched refs:ErrorRequestAlreadyInProgress (Results 1 – 2 of 2) sorted by relevance

/webrtc/sctp/src/param/
H A Dparam_reconfig_response.rs13 ErrorRequestAlreadyInProgress = 4, enumerator
27 ReconfigResult::ErrorRequestAlreadyInProgress => { in fmt()
45 4 => ReconfigResult::ErrorRequestAlreadyInProgress, in from()
H A Dparam_test.rs222 ReconfigResult::ErrorRequestAlreadyInProgress, in test_reconfig_result_stringer()