Apple Net Boot Protocol.
More...
Go to the source code of this file.
Apple Net Boot Protocol.
Definition in file AppleNetBoot.h.
◆ EFI_APPLE_NET_BOOT_PROTOCOL_GUID
#define EFI_APPLE_NET_BOOT_PROTOCOL_GUID |
Value:{ 0x78ee99fb, 0x6a5e, 0x4186, \
{ 0x97, 0xde, 0xcd, 0x0a, 0xba, 0x34, 0x5a, 0x74 } }
Definition at line 12 of file AppleNetBoot.h.
◆ EFI_APPLE_NET_BOOT_PROTOCOL
◆ GET_DHCP_RESPONSE
Get a DHCP packet obtained by the firmware during NetBoot.
- Parameters
-
This | A pointer to the APPLE_NET_BOOT_PROTOCOL instance. |
BufferSize | A pointer to the size of the buffer in bytes. |
DataBuffer | The memory buffer to copy the packet to. If it is NULL, then the size of the packet is returned in BufferSize. |
- Return values
-
EFI_SUCCESS | The packet was copied. |
EFI_BUFFER_TOO_SMALL | The BufferSize is too small to read the current packet. BufferSize has been updated with the size needed to complete the request. |
Definition at line 34 of file AppleNetBoot.h.
◆ FILE_LICENCE()