Home
last modified time | relevance | path

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

/webrtc/sctp/src/chunk/
H A Dchunk_init.rs175 let len_plus_padding = p_len + get_padding_size(p_len); in unmarshal() localVariable
177 offset += len_plus_padding; in unmarshal()
178 remaining -= len_plus_padding as isize; in unmarshal()