11#define kBootNetINetMagic "ONET"
12#define kBootNetINetMagicLength (4)
13#define kBootNetVersion (0x001)
14#define kBootNetNameLen (256U)
struct _BOOTNET_INTERNET_HEADER BOOTNET_INTERNET_HEADER
Netboot Internet Header Consists of 4 magic characters, and a set of fields describing the current pa...
BOOTNET_INTERNET_HEADER * BOOTNET_INTERNET_HEADER_PTR
Definition BootNet.h:41
#define kBootNetNameLen
Definition BootNet.h:14
char Char
Definition Config.h:51
__UINT16_TYPE__ UInt16
Definition Config.h:40
__INT32_TYPE__ Int32
Definition Config.h:38
bool Boolean
Definition Config.h:49
Netboot Internet Header Consists of 4 magic characters, and a set of fields describing the current pa...
Definition BootNet.h:22
Kernel::Char Target[kBootNetNameLen]
the patch length.
Definition BootNet.h:33
Kernel::Char NB2
magic char 1 'O'
Definition BootNet.h:24
Kernel::UInt16 Version
magic char 4 'T'
Definition BootNet.h:28
Kernel::Boolean Preflight
does it imply reprogramming?
Definition BootNet.h:37
Kernel::Boolean ImpliesProgram
the target file.
Definition BootNet.h:35
Kernel::Char Name[kBootNetNameLen]
Definition BootNet.h:30
Kernel::Char Data[1]
is it a preflight packet.
Definition BootNet.h:38
Kernel::Char NB4
magic char 3 'E'
Definition BootNet.h:26
Kernel::Char NB3
magic char 2 'N'
Definition BootNet.h:25
Kernel::Int32 Length
example: Modjo
Definition BootNet.h:32
Kernel::Char NB1
Definition BootNet.h:23