Searched defs:container_descriptor (Results 1 – 1 of 1) sorted by relevance
52 struct container_descriptor { struct53 unsigned char content_checksum[4];54 unsigned char container_id[2];55 unsigned char minor_version;56 unsigned char major_version;57 unsigned char signature_size[4];58 unsigned char container_option_flags[4];59 unsigned char content_options_length[4];60 unsigned char content_options_address[4];61 unsigned char content_length[4];[all …]