Home
last modified time | relevance | path

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

/webrtc/sctp/src/chunk/
H A Dchunk_payload_data.rs9 pub(crate) const PAYLOAD_DATA_ENDING_FRAGMENT_BITMASK: u8 = 1; constant
186 let ending_fragment = (header.flags & PAYLOAD_DATA_ENDING_FRAGMENT_BITMASK) != 0; in unmarshal()