kio
dhcp.h File Reference
Go to the source code of this file.
Classes | |
struct | dhcp_msg |
Defines | |
#define | DHCP_ACK 5 |
#define | DHCP_BOOTREPLY 2 |
#define | DHCP_BOOTREQUEST 1 |
#define | DHCP_BROADCAST 1 |
#define | DHCP_DECLINE 4 |
#define | DHCP_DISCOVER 1 |
#define | DHCP_INFORM 8 |
#define | DHCP_MAGIC1 0x63 |
#define | DHCP_MAGIC2 0x82 |
#define | DHCP_MAGIC3 0x53 |
#define | DHCP_MAGIC4 0x63 |
#define | DHCP_NAK 6 |
#define | DHCP_OFFER 2 |
#define | DHCP_OPT_END 0xff |
#define | DHCP_OPT_LEN 312 |
#define | DHCP_OPT_MSGTYPE 0x35 |
#define | DHCP_OPT_PARAMREQ 0x37 |
#define | DHCP_OPT_WPAD 0xfc |
#define | DHCP_RELEASE 7 |
#define | DHCP_REQUEST 3 |
Define Documentation