|
iPXE
|
EFI cached DHCP packet. More...
#include <string.h>#include <errno.h>#include <ipxe/cachedhcp.h>#include <ipxe/efi/efi.h>#include <ipxe/efi/efi_path.h>#include <ipxe/efi/efi_cachedhcp.h>#include <ipxe/efi/Protocol/PxeBaseCode.h>Go to the source code of this file.
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| int | efi_cachedhcp_record (EFI_HANDLE device, EFI_DEVICE_PATH_PROTOCOL *path) |
| Record cached DHCP packet. More... | |
EFI cached DHCP packet.
Definition in file efi_cachedhcp.c.
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
| int efi_cachedhcp_record | ( | EFI_HANDLE | device, |
| EFI_DEVICE_PATH_PROTOCOL * | path | ||
| ) |
Record cached DHCP packet.
| device | Device handle |
| path | Device path |
| rc | Return status code |
Definition at line 47 of file efi_cachedhcp.c.
References cached_dhcpack, cached_proxydhcp, cached_pxebs, cachedhcp_record(), DBGC, efi_handle_name(), efi_open, efi_path_vlan(), efi_pxe_base_code_protocol_guid, ENOTSUP, mode, _EFI_PXE_BASE_CODE_PROTOCOL::Mode, rc, and strerror().
Referenced by efi_init_application().
1.8.15