Home
last modified time | relevance | path

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

/webrtc/stun/src/
H A Dmessage.rs545 const METHOD_DBITS: u16 = 0xf80; // 0b0000111110000000 constant
588 let d = method & METHOD_DBITS; // D = M * 0b0000111110000000 (5 bits after B) in value()
619 let d = (value >> METHOD_DSHIFT) & METHOD_DBITS; // D(M7-M11) in read_value()