Lines Matching refs:raw_packet
141 fn unmarshal<B>(raw_packet: &mut B) -> Result<Self, util::Error> in unmarshal()
146 let raw_packet_len = raw_packet.remaining(); in unmarshal()
168 let ssrc = raw_packet.get_u32(); in unmarshal()
169 let fraction_lost = raw_packet.get_u8(); in unmarshal()
171 let t0 = raw_packet.get_u8(); in unmarshal()
172 let t1 = raw_packet.get_u8(); in unmarshal()
173 let t2 = raw_packet.get_u8(); in unmarshal()
187 let last_sequence_number = raw_packet.get_u32(); in unmarshal()
188 let jitter = raw_packet.get_u32(); in unmarshal()
189 let last_sender_report = raw_packet.get_u32(); in unmarshal()
190 let delay = raw_packet.get_u32(); in unmarshal()