|
iPXE
|
#include <realmode.h>Go to the source code of this file.
Macros | |
| #define | BASEMEM_PACKET_LEN 1514 |
| Maximum length of base memory packet buffer. | |
| #define | basemem_packet __use_data16 ( basemem_packet ) |
Functions | |
| FILE_LICENCE (GPL2_OR_LATER_OR_UBDL) | |
| char | __bss16_array (basemem_packet, [BASEMEM_PACKET_LEN]) |
| Base memory packet buffer. | |
| #define BASEMEM_PACKET_LEN 1514 |
Maximum length of base memory packet buffer.
Definition at line 9 of file basemem_packet.h.
Referenced by __bss16_array().
| #define basemem_packet __use_data16 ( basemem_packet ) |
Definition at line 13 of file basemem_packet.h.
Referenced by __bss16_array(), nbi_boot16(), nbi_boot32(), nbi_prepare_dhcp(), pxenv_undi_isr(), and undinet_transmit().
| FILE_LICENCE | ( | GPL2_OR_LATER_OR_UBDL | ) |
|
extern |
Base memory packet buffer.
References basemem_packet, and BASEMEM_PACKET_LEN.