Home
last modified time | relevance | path

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

/webrtc/sctp/src/chunk/
H A Dchunk_payload_data.rs10 pub(crate) const PAYLOAD_DATA_BEGINING_FRAGMENT_BITMASK: u8 = 2; constant
185 let beginning_fragment = (header.flags & PAYLOAD_DATA_BEGINING_FRAGMENT_BITMASK) != 0; in unmarshal()