|
#define | DHCP_PAD 0 |
| Padding. More...
|
|
#define | DHCP_MIN_OPTION 1 |
| Minimum normal DHCP option. More...
|
|
#define | DHCP_SUBNET_MASK 1 |
| Subnet mask. More...
|
|
#define | DHCP_ROUTERS 3 |
| Routers. More...
|
|
#define | DHCP_DNS_SERVERS 6 |
| DNS servers. More...
|
|
#define | DHCP_LOG_SERVERS 7 |
| Syslog servers. More...
|
|
#define | DHCP_HOST_NAME 12 |
| Host name. More...
|
|
#define | DHCP_DOMAIN_NAME 15 |
| Domain name. More...
|
|
#define | DHCP_ROOT_PATH 17 |
| Root path. More...
|
|
#define | DHCP_MTU 26 |
| Maximum transmission unit. More...
|
|
#define | DHCP_NTP_SERVERS 42 |
| NTP servers. More...
|
|
#define | DHCP_VENDOR_ENCAP 43 |
| Vendor encapsulated options. More...
|
|
#define | DHCP_PXE_DISCOVERY_CONTROL DHCP_ENCAP_OPT ( DHCP_VENDOR_ENCAP, 6 ) |
| PXE boot server discovery control. More...
|
|
#define | DHCP_PXE_BOOT_SERVER_MCAST DHCP_ENCAP_OPT ( DHCP_VENDOR_ENCAP, 7 ) |
| PXE boot server multicast address. More...
|
|
#define | DHCP_PXE_BOOT_SERVERS DHCP_ENCAP_OPT ( DHCP_VENDOR_ENCAP, 8 ) |
| PXE boot servers. More...
|
|
#define | DHCP_PXE_BOOT_MENU DHCP_ENCAP_OPT ( DHCP_VENDOR_ENCAP, 9 ) |
| PXE boot menu. More...
|
|
#define | DHCP_PXE_BOOT_MENU_PROMPT DHCP_ENCAP_OPT ( DHCP_VENDOR_ENCAP, 10 ) |
| PXE boot menu prompt. More...
|
|
#define | DHCP_PXE_BOOT_MENU_ITEM DHCP_ENCAP_OPT ( DHCP_VENDOR_ENCAP, 71 ) |
| PXE boot menu item. More...
|
|
#define | DHCP_REQUESTED_ADDRESS 50 |
| Requested IP address. More...
|
|
#define | DHCP_LEASE_TIME 51 |
| Lease time. More...
|
|
#define | DHCP_OPTION_OVERLOAD 52 |
| Option overloading. More...
|
|
#define | DHCP_OPTION_OVERLOAD_FILE 1 |
| The "file" field is overloaded to contain extra DHCP options. More...
|
|
#define | DHCP_OPTION_OVERLOAD_SNAME 2 |
| The "sname" field is overloaded to contain extra DHCP options. More...
|
|
#define | DHCP_MESSAGE_TYPE 53 |
| DHCP message type. More...
|
|
#define | DHCPNONE 0 |
|
#define | DHCPDISCOVER 1 |
|
#define | DHCPOFFER 2 |
|
#define | DHCPREQUEST 3 |
|
#define | DHCPDECLINE 4 |
|
#define | DHCPACK 5 |
|
#define | DHCPNAK 6 |
|
#define | DHCPRELEASE 7 |
|
#define | DHCPINFORM 8 |
|
#define | DHCP_SERVER_IDENTIFIER 54 |
| DHCP server identifier. More...
|
|
#define | DHCP_PARAMETER_REQUEST_LIST 55 |
| Parameter request list. More...
|
|
#define | DHCP_MAX_MESSAGE_SIZE 57 |
| Maximum DHCP message size. More...
|
|
#define | DHCP_VENDOR_CLASS_ID 60 |
| Vendor class identifier. More...
|
|
#define | DHCP_VENDOR_PXECLIENT(arch, ndi) |
| Vendor class identifier for PXE clients. More...
|
|
#define | DHCP_VENDOR_PXECLIENT_ARCH(arch) |
| Vendor class identifier architecture for PXE clients. More...
|
|
#define | DHCP_VENDOR_PXECLIENT_UNDI(type, major, minor) |
| Vendor class identifier UNDI version for PXE clients. More...
|
|
#define | DHCP_VENDOR_PXECLIENT_UNDI_VERSION(version) |
|
#define | DHCP_CLIENT_ID 61 |
| Client identifier. More...
|
|
#define | DHCP_TFTP_SERVER_NAME 66 |
| TFTP server name. More...
|
|
#define | DHCP_BOOTFILE_NAME 67 |
| Bootfile name. More...
|
|
#define | DHCP_USER_CLASS_ID 77 |
| User class identifier. More...
|
|
#define | DHCP_CLIENT_ARCHITECTURE 93 |
| Client system architecture. More...
|
|
#define | DHCP_CLIENT_NDI 94 |
| Client network device interface. More...
|
|
#define | DHCP_CLIENT_UUID 97 |
| UUID client identifier. More...
|
|
#define | DHCP_CLIENT_UUID_TYPE 0 |
|
#define | DHCP_DOMAIN_SEARCH 119 |
| DNS domain search list. More...
|
|
#define | DHCP_EB_ENCAP 175 |
| Etherboot-specific encapsulated options. More...
|
|
#define | DHCP_EB_PRIORITY DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x01 ) |
| Priority of this options block. More...
|
|
#define | DHCP_EB_YIADDR DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x02 ) |
| "Your" IP address More...
|
|
#define | DHCP_EB_SIADDR DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x03 ) |
| "Server" IP address More...
|
|
#define | DHCP_EB_KEEP_SAN DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x08 ) |
| Keep SAN drive registered. More...
|
|
#define | DHCP_EB_SKIP_SAN_BOOT DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x09 ) |
| Skip booting from SAN drive. More...
|
|
#define | DHCP_EB_SCRIPTLET DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x51 ) |
| Scriptlet. More...
|
|
#define | DHCP_EB_SYSLOGS_SERVER DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x55 ) |
| Encrypted syslog server. More...
|
|
#define | DHCP_EB_TRUST DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x5a ) |
| Trusted root certficate fingerprints. More...
|
|
#define | DHCP_EB_CERT DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x5b ) |
| Client certficate. More...
|
|
#define | DHCP_EB_KEY DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x5c ) |
| Client private key. More...
|
|
#define | DHCP_EB_CROSS_CERT DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0x5d ) |
| Cross-signed certificate source. More...
|
|
#define | DHCP_EB_NO_PXEDHCP DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xb0 ) |
| Skip PXE DHCP protocol extensions such as ProxyDHCP. More...
|
|
#define | DHCP_EB_BUS_ID DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xb1 ) |
| Network device descriptor. More...
|
|
#define | DHCP_EB_USE_CACHED DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xb2 ) |
| Use cached network settings (obsolete; do not reuse this value) More...
|
|
#define | DHCP_EB_SAN_RETRY DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xbb ) |
| SAN retry count. More...
|
|
#define | DHCP_EB_SAN_FILENAME DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xbc ) |
| SAN filename. More...
|
|
#define | DHCP_EB_SAN_DRIVE DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xbd ) |
| SAN drive number. More...
|
|
#define | DHCP_EB_USERNAME DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xbe ) |
| Username. More...
|
|
#define | DHCP_EB_PASSWORD DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xbf ) |
| Password. More...
|
|
#define | DHCP_EB_REVERSE_USERNAME DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xc0 ) |
| Reverse username. More...
|
|
#define | DHCP_EB_REVERSE_PASSWORD DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xc1 ) |
| Reverse password. More...
|
|
#define | DHCP_EB_UID DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xc2 ) |
| User ID. More...
|
|
#define | DHCP_EB_GID DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xc3 ) |
| Group ID. More...
|
|
#define | DHCP_EB_VERSION DHCP_ENCAP_OPT ( DHCP_EB_ENCAP, 0xeb ) |
| iPXE version number More...
|
|
#define | DHCP_ISCSI_PRIMARY_TARGET_IQN 201 |
| iSCSI primary target IQN More...
|
|
#define | DHCP_ISCSI_SECONDARY_TARGET_IQN 202 |
| iSCSI secondary target IQN More...
|
|
#define | DHCP_ISCSI_INITIATOR_IQN 203 |
| iSCSI initiator IQN More...
|
|
#define | DHCP_MAX_OPTION 254 |
| Maximum normal DHCP option. More...
|
|
#define | DHCP_END 255 |
| End of options. More...
|
|