Searched refs:chunk_type (Results 1 – 5 of 5) sorted by relevance
/external/iptables/extensions/ |
D | libxt_sctp.c | 93 unsigned int chunk_type; member 99 = { { .name = "DATA", .chunk_type = 0, .valid_flags = "----IUBE"}, 100 { .name = "INIT", .chunk_type = 1, .valid_flags = "--------"}, 101 { .name = "INIT_ACK", .chunk_type = 2, .valid_flags = "--------"}, 102 { .name = "SACK", .chunk_type = 3, .valid_flags = "--------"}, 103 { .name = "HEARTBEAT", .chunk_type = 4, .valid_flags = "--------"}, 104 { .name = "HEARTBEAT_ACK", .chunk_type = 5, .valid_flags = "--------"}, 105 { .name = "ABORT", .chunk_type = 6, .valid_flags = "-------T"}, 106 { .name = "SHUTDOWN", .chunk_type = 7, .valid_flags = "--------"}, 107 { .name = "SHUTDOWN_ACK", .chunk_type = 8, .valid_flags = "--------"}, [all …]
|
/external/u-boot/lib/ |
D | image-sparse.c | 116 if (chunk_header->chunk_type != CHUNK_TYPE_RAW) { in write_sparse_image() 118 debug("chunk_type: 0x%x\n", chunk_header->chunk_type); in write_sparse_image() 134 switch (chunk_header->chunk_type) { in write_sparse_image() 245 chunk_header->chunk_type); in write_sparse_image()
|
/external/u-boot/include/ |
D | sparse_format.h | 36 __le16 chunk_type; /* 0xCAC1 -> raw; 0xCAC2 -> fill; 0xCAC3 -> don't care */ member
|
/external/avb/ |
D | avbtool | 615 def __init__(self, chunk_type, chunk_offset, output_offset, output_size, argument 630 self.chunk_type = chunk_type 637 if self.chunk_type == self.TYPE_RAW: 642 elif self.chunk_type == self.TYPE_FILL: 647 elif self.chunk_type == self.TYPE_DONT_CARE: 748 (chunk_type, _, chunk_sz, total_sz) = struct.unpack(ImageChunk.FORMAT, 752 if chunk_type == ImageChunk.TYPE_RAW: 765 elif chunk_type == ImageChunk.TYPE_FILL: 776 elif chunk_type == ImageChunk.TYPE_DONT_CARE: 786 elif chunk_type == ImageChunk.TYPE_CRC32: [all …]
|
/external/libpng/contrib/tools/ |
D | pngfix.c | 1557 png_uint_32 chunk_type; /* From header */ member 1569 type_message(chunk->file, chunk->chunk_type, message); in chunk_message() 1599 chunk->chunk_type = file->type; in chunk_init() 1621 png_uint_32 type = file->chunk->chunk_type; in current_type() 2086 type_name(zlib->chunk->chunk_type, stderr); in zlib_message() 2120 type_name(zlib->chunk->chunk_type, stdout); in zlib_end() 2145 type_name(zlib->chunk->chunk_type, stdout); in zlib_end() 2856 assert(file->chunk->chunk_type == png_IDAT); in process_chunk() 3253 type = chunk->chunk_type; in read_callback() 3289 type = chunk->chunk_type; in read_callback()
|