Searched defs:file_header (Results 1 – 1 of 1) sorted by relevance
111 struct file_header { struct112 char version1[32];113 isc_uint64_t first_node_offset; /* usually 1024 */118 isc_uint32_t ptrsize;119 unsigned int bigendian:1; /* big or little endian system */120 unsigned int rdataset_fixed:1; /* compiled with --enable-rrset-fixed */121 unsigned int nodecount; /* shadow from rbt structure */122 isc_uint64_t crc;123 char version2[32]; /* repeated; must match version1 */