Searched defs:nettl_file_hdr (Results 1 – 4 of 4) sorted by relevance
38 struct nettl_file_hdr { struct39 guint8 magic[MAGIC_SIZE];40 gchar file_name[NETTL_FILENAME_SIZE];41 gchar tz[20];42 gchar host_name[9];43 gchar os_vers[9];44 guint8 os_v;45 guint8 xxa[8];46 gchar model[11];47 guint16 unknown; /* just padding to 128 bytes? */