Searched refs:CT_COOKIE_ACK (Results 1 – 4 of 4) sorted by relevance
20 pub(crate) const CT_COOKIE_ACK: ChunkType = ChunkType(11); constant42 CT_COOKIE_ACK => "COOKIE-ACK", in fmt()72 (CT_COOKIE_ACK, "COOKIE-ACK"), in test_chunk_type_string()
26 typ: CT_COOKIE_ACK, in header()35 if header.typ != CT_COOKIE_ACK { in unmarshal()
22 (CT_COOKIE_ACK, "COOKIE-ACK"), in test_chunk_type_string()
122 CT_COOKIE_ACK => Box::new(ChunkCookieAck::unmarshal(&raw.slice(offset..))?), in unmarshal()