|
iPXE
|
gzip compressed images More...
Go to the source code of this file.
Data Structures | |
| struct | gzip_header |
| gzip header More... | |
| struct | gzip_extra_header |
| gzip extra header More... | |
| struct | gzip_crc_header |
| gzip CRC header More... | |
| struct | gzip_footer |
| gzip footer More... | |
Macros | |
| #define | GZIP_MAGIC 0x1f8b |
| Magic ID. | |
| #define | GZIP_METHOD_DEFLATE 0x08 |
| Compression method. | |
| #define | GZIP_FL_HCRC 0x02 |
| CRC header is present. | |
| #define | GZIP_FL_EXTRA 0x04 |
| Extra header is present. | |
| #define | GZIP_FL_NAME 0x08 |
| File name is present. | |
| #define | GZIP_FL_COMMENT 0x10 |
| File comment is present. | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| FILE_SECBOOT (PERMITTED) | |
| struct image_type gzip_image_type | __image_type (PROBE_NORMAL) |
gzip compressed images
Definition in file gzip.h.
| #define GZIP_MAGIC 0x1f8b |
| #define GZIP_FL_HCRC 0x02 |
| #define GZIP_FL_EXTRA 0x04 |
| #define GZIP_FL_NAME 0x08 |
| #define GZIP_FL_COMMENT 0x10 |
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| FILE_SECBOOT | ( | PERMITTED | ) |
|
extern |
References __image_type, and PROBE_NORMAL.