Searched refs:type_specific (Results 1 – 8 of 8) sorted by relevance
94 let mut type_specific = 0x00; in xr_header() localVariable96 type_specific |= 0x80; in xr_header()99 type_specific |= 0x40; in xr_header()102 type_specific |= 0x20; in xr_header()104 type_specific |= (self.ttl_or_hop_limit as u8 & 0x03) << 3; in xr_header()108 type_specific, in xr_header()195 let loss_reports = xr_header.type_specific & 0x80 != 0; in unmarshal()196 let duplicate_reports = xr_header.type_specific & 0x40 != 0; in unmarshal()197 let jitter_reports = xr_header.type_specific & 0x20 != 0; in unmarshal()198 let ttl_or_hop_limit: TTLorHopLimitType = ((xr_header.type_specific & 0x18) >> 3).into(); in unmarshal()
94 pub type_specific: TypeSpecificField, field112 buf.put_u8(self.type_specific); in marshal_to()131 let type_specific = raw_packet.get_u8(); in unmarshal() localVariable136 type_specific, in unmarshal()
47 type_specific: self.t & 0x0F, in xr_header()129 let t = xr_header.type_specific & 0x0F; in unmarshal()
136 type_specific: self.t & 0x0F, in xr_header()225 let t = xr_header.type_specific & 0x0F; in unmarshal()
20 type_specific: 0, in xr_header()
32 type_specific: 0, in xr_header()
52 type_specific: 0, in xr_header()
65 type_specific: 0, in xr_header()