Home
last modified time | relevance | path

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

/webrtc/stun/src/
H A Dattributes.rs202 pub(crate) fn compat_attr_type(val: u16) -> AttrType { in compat_attr_type() function
H A Dmessage.rs319 typ: compat_attr_type(u16::from_be_bytes([b[0], b[1]])), // first 2 bytes in decode()