Home
last modified time | relevance | path

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

/webrtc/stun/src/
H A Derror_code.rs30 const ERROR_CODE_CLASS_BYTE: usize = 2; constant
69 let class = v[ERROR_CODE_CLASS_BYTE] as u16; in get_from()