Home
last modified time | relevance | path

Searched refs:StateCookie (Results 1 – 3 of 3) sorted by relevance

/webrtc/sctp/src/param/
H A Dparam_type.rs13 StateCookie, enumerator
70 ParamType::StateCookie => "State Cookie", in fmt()
105 7 => ParamType::StateCookie, in from()
141 ParamType::StateCookie => 7, in from()
H A Dparam_state_cookie.rs22 typ: ParamType::StateCookie, in header()
H A Dmod.rs70 ParamType::StateCookie => Ok(Box::new(ParamStateCookie::unmarshal(raw_param)?)), in build_param()