|
iPXE
|
Cached DHCP packet. More...
#include <stdint.h>#include <string.h>#include <ipxe/init.h>#include <ipxe/cachedhcp.h>#include <realmode.h>#include <pxe_api.h>Go to the source code of this file.
Macros | |
| #define | cached_dhcpack_phys __use_data16 ( cached_dhcpack_phys ) |
| #define | colour &cached_dhcpack_phys |
| Colour for debug messages. More... | |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| uint32_t | __bss16 (cached_dhcpack_phys) |
| Cached DHCPACK physical address. More... | |
| static void | cachedhcp_init (void) |
| Cached DHCPACK initialisation function. More... | |
| struct init_fn cachedhcp_init_fn | __init_fn (INIT_NORMAL) |
| Cached DHCPACK initialisation function. More... | |
Cached DHCP packet.
Definition in file bios_cachedhcp.c.
| #define cached_dhcpack_phys __use_data16 ( cached_dhcpack_phys ) |
Definition at line 44 of file bios_cachedhcp.c.
| #define colour &cached_dhcpack_phys |
Colour for debug messages.
Definition at line 47 of file bios_cachedhcp.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| uint32_t __bss16 | ( | cached_dhcpack_phys | ) |
Cached DHCPACK physical address.
This can be set by the prefix.
|
static |
Cached DHCPACK initialisation function.
Definition at line 53 of file bios_cachedhcp.c.
References cached_dhcpack, cached_dhcpack_phys, cachedhcp_record(), colour, DBGC, rc, and strerror().
| struct init_fn cachedhcp_init_fn __init_fn | ( | INIT_NORMAL | ) |
Cached DHCPACK initialisation function.
1.8.15