Searched refs:FORMAT_SLI (Results 1 – 3 of 3) sorted by relevance
54 count: FORMAT_SLI, in header()144 if h.packet_type != PacketType::TransportSpecificFeedback || h.count != FORMAT_SLI { in unmarshal()
24 pub const FORMAT_SLI: u8 = 2; constant
106 FORMAT_SLI => Box::new(SliceLossIndication::unmarshal(&mut in_packet)?), in unmarshaller()