Home
last modified time | relevance | path

Searched refs:chunk_type (Results 1 – 3 of 3) sorted by relevance

/external/iptables/extensions/
Dlibxt_sctp.c93 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/avb/
Davbtool573 def __init__(self, chunk_type, chunk_offset, output_offset, output_size, argument
588 self.chunk_type = chunk_type
595 if self.chunk_type == self.TYPE_RAW:
600 elif self.chunk_type == self.TYPE_FILL:
605 elif self.chunk_type == self.TYPE_DONT_CARE:
705 (chunk_type, _, chunk_sz, total_sz) = struct.unpack(ImageChunk.FORMAT,
709 if chunk_type == ImageChunk.TYPE_RAW:
722 elif chunk_type == ImageChunk.TYPE_FILL:
733 elif chunk_type == ImageChunk.TYPE_DONT_CARE:
743 elif chunk_type == ImageChunk.TYPE_CRC32:
[all …]
/external/libpng/contrib/tools/
Dpngfix.c1558 png_uint_32 chunk_type; /* From header */ member
1570 type_message(chunk->file, chunk->chunk_type, message); in chunk_message()
1600 chunk->chunk_type = file->type; in chunk_init()
1622 png_uint_32 type = file->chunk->chunk_type; in current_type()
2087 type_name(zlib->chunk->chunk_type, stderr); in zlib_message()
2121 type_name(zlib->chunk->chunk_type, stdout); in zlib_end()
2146 type_name(zlib->chunk->chunk_type, stdout); in zlib_end()
2857 assert(file->chunk->chunk_type == png_IDAT); in process_chunk()
3254 type = chunk->chunk_type; in read_callback()
3290 type = chunk->chunk_type; in read_callback()