Home
last modified time | relevance | path

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

/webrtc/turn/src/proto/
H A Dchandata.rs7 const PADDING: usize = 4; constant
10 let mut n = PADDING * (l / PADDING); in nearest_padded_value_length()
12 n += PADDING; in nearest_padded_value_length()
/webrtc/stun/src/
H A Dattributes.rs183 pub(crate) const PADDING: usize = 4; constant
192 let mut n = PADDING * (l / PADDING); in nearest_padded_value_length()
194 n += PADDING in nearest_padded_value_length()
H A Dmessage.rs201 if attr.length as usize % PADDING != 0 { in add()