Searched refs:CT_INIT (Results 1 – 4 of 4) sorted by relevance
10 pub(crate) const CT_INIT: ChunkType = ChunkType(1); constant32 CT_INIT => "INIT", in fmt()62 (CT_INIT, "INIT"), in test_chunk_type_string()
122 typ: if self.is_ack { CT_INIT_ACK } else { CT_INIT }, in header()147 if !(header.typ == CT_INIT || header.typ == CT_INIT_ACK) { in unmarshal()
12 (CT_INIT, "INIT"), in test_chunk_type_string()
118 CT_INIT => Box::new(ChunkInit::unmarshal(&raw.slice(offset..))?), in unmarshal()