|
iPXE
|
DHCP feature option tags are Etherboot encapsulated options in the range 0x10-0x7f. More...
Macros | |
| #define | DHCP_EB_FEATURE_PXE_EXT 0x10 |
| PXE API extensions. More... | |
| #define | DHCP_EB_FEATURE_ISCSI 0x11 |
| iSCSI protocol More... | |
| #define | DHCP_EB_FEATURE_AOE 0x12 |
| AoE protocol. More... | |
| #define | DHCP_EB_FEATURE_HTTP 0x13 |
| HTTP protocol. More... | |
| #define | DHCP_EB_FEATURE_HTTPS 0x14 |
| HTTPS protocol. More... | |
| #define | DHCP_EB_FEATURE_TFTP 0x15 |
| TFTP protocol. More... | |
| #define | DHCP_EB_FEATURE_FTP 0x16 |
| FTP protocol. More... | |
| #define | DHCP_EB_FEATURE_DNS 0x17 |
| DNS protocol. More... | |
| #define | DHCP_EB_FEATURE_BZIMAGE 0x18 |
| bzImage format More... | |
| #define | DHCP_EB_FEATURE_MULTIBOOT 0x19 |
| Multiboot format. More... | |
| #define | DHCP_EB_FEATURE_SLAM 0x1a |
| SLAM protocol. More... | |
| #define | DHCP_EB_FEATURE_SRP 0x1b |
| SRP protocol. More... | |
| #define | DHCP_EB_FEATURE_NBI 0x20 |
| NBI format. More... | |
| #define | DHCP_EB_FEATURE_PXE 0x21 |
| PXE format. More... | |
| #define | DHCP_EB_FEATURE_ELF 0x22 |
| ELF format. More... | |
| #define | DHCP_EB_FEATURE_COMBOOT 0x23 |
| COMBOOT format. More... | |
| #define | DHCP_EB_FEATURE_EFI 0x24 |
| EFI format. More... | |
| #define | DHCP_EB_FEATURE_FCOE 0x25 |
| FCoE protocol. More... | |
| #define | DHCP_EB_FEATURE_VLAN 0x26 |
| VLAN support. More... | |
| #define | DHCP_EB_FEATURE_MENU 0x27 |
| Menu support. More... | |
| #define | DHCP_EB_FEATURE_SDI 0x28 |
| SDI image support. More... | |
| #define | DHCP_EB_FEATURE_NFS 0x29 |
| NFS protocol. More... | |
DHCP feature option tags are Etherboot encapsulated options in the range 0x10-0x7f.
| #define DHCP_EB_FEATURE_PXE_EXT 0x10 |
PXE API extensions.
Definition at line 36 of file features.h.
| #define DHCP_EB_FEATURE_ISCSI 0x11 |
iSCSI protocol
Definition at line 37 of file features.h.
| #define DHCP_EB_FEATURE_AOE 0x12 |
AoE protocol.
Definition at line 38 of file features.h.
| #define DHCP_EB_FEATURE_HTTP 0x13 |
HTTP protocol.
Definition at line 39 of file features.h.
| #define DHCP_EB_FEATURE_HTTPS 0x14 |
HTTPS protocol.
Definition at line 40 of file features.h.
| #define DHCP_EB_FEATURE_TFTP 0x15 |
TFTP protocol.
Definition at line 41 of file features.h.
| #define DHCP_EB_FEATURE_FTP 0x16 |
FTP protocol.
Definition at line 42 of file features.h.
| #define DHCP_EB_FEATURE_DNS 0x17 |
DNS protocol.
Definition at line 43 of file features.h.
| #define DHCP_EB_FEATURE_BZIMAGE 0x18 |
bzImage format
Definition at line 44 of file features.h.
| #define DHCP_EB_FEATURE_MULTIBOOT 0x19 |
Multiboot format.
Definition at line 45 of file features.h.
| #define DHCP_EB_FEATURE_SLAM 0x1a |
SLAM protocol.
Definition at line 46 of file features.h.
| #define DHCP_EB_FEATURE_SRP 0x1b |
SRP protocol.
Definition at line 47 of file features.h.
| #define DHCP_EB_FEATURE_NBI 0x20 |
NBI format.
Definition at line 48 of file features.h.
| #define DHCP_EB_FEATURE_PXE 0x21 |
PXE format.
Definition at line 49 of file features.h.
| #define DHCP_EB_FEATURE_ELF 0x22 |
ELF format.
Definition at line 50 of file features.h.
| #define DHCP_EB_FEATURE_COMBOOT 0x23 |
COMBOOT format.
Definition at line 51 of file features.h.
| #define DHCP_EB_FEATURE_EFI 0x24 |
EFI format.
Definition at line 52 of file features.h.
| #define DHCP_EB_FEATURE_FCOE 0x25 |
FCoE protocol.
Definition at line 53 of file features.h.
| #define DHCP_EB_FEATURE_VLAN 0x26 |
VLAN support.
Definition at line 54 of file features.h.
| #define DHCP_EB_FEATURE_MENU 0x27 |
Menu support.
Definition at line 55 of file features.h.
| #define DHCP_EB_FEATURE_SDI 0x28 |
SDI image support.
Definition at line 56 of file features.h.
| #define DHCP_EB_FEATURE_NFS 0x29 |
NFS protocol.
Definition at line 57 of file features.h.
1.8.15