Searched refs:block_type (Results 1 – 8 of 8) sorted by relevance
93 pub block_type: BlockType, field111 buf.put_u8(self.block_type as u8); in marshal_to()130 let block_type: BlockType = raw_packet.get_u8().into(); in unmarshal() localVariable135 block_type, in unmarshal()272 let block_type: BlockType = raw_packet.chunk()[0].into(); in unmarshal() localVariable273 let report: Box<dyn Packet + Send + Sync> = match block_type { in unmarshal()
131 block_type: if self.is_loss_rle { in xr_header()224 let is_loss_rle = xr_header.block_type == BlockType::LossRLE; in unmarshal()
19 block_type: BlockType::Unknown, in xr_header()
31 block_type: BlockType::ReceiverReferenceTime, in xr_header()
46 block_type: BlockType::PacketReceiptTimes, in xr_header()
51 block_type: BlockType::DLRR, in xr_header()
107 block_type: BlockType::StatisticsSummary, in xr_header()
64 block_type: BlockType::VoIPMetrics, in xr_header()