Home
last modified time | relevance | path

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

/webrtc/stun/src/
H A Dmessage.rs543 const METHOD_ABITS: u16 = 0xf; // 0b0000000000001111 constant
586 let a = method & METHOD_ABITS; // A = M * 0b0000000000001111 (right 4 bits) in value()
617 let a = value & METHOD_ABITS; // A(M0-M3) in read_value()