Searched refs:PAYLOAD_DATA_ENDING_FRAGMENT_BITMASK (Results 1 – 1 of 1) sorted by relevance
9 pub(crate) const PAYLOAD_DATA_ENDING_FRAGMENT_BITMASK: u8 = 1; constant186 let ending_fragment = (header.flags & PAYLOAD_DATA_ENDING_FRAGMENT_BITMASK) != 0; in unmarshal()