aboutsummaryrefslogtreecommitdiff
path: root/networking/udhcp/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/options.h')
-rw-r--r--networking/udhcp/options.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/networking/udhcp/options.h b/networking/udhcp/options.h
index 70b8704d2..fcf1c9a6d 100644
--- a/networking/udhcp/options.h
+++ b/networking/udhcp/options.h
@@ -78,16 +78,14 @@ enum {
78#define ETH_10MB 1 78#define ETH_10MB 1
79#define ETH_10MB_LEN 6 79#define ETH_10MB_LEN 6
80 80
81#define DHCPDISCOVER 1 81#define DHCPDISCOVER 1 /* client -> server */
82#define DHCPOFFER 2 82#define DHCPOFFER 2 /* client <- server */
83#define DHCPREQUEST 3 83#define DHCPREQUEST 3 /* client -> server */
84#define DHCPDECLINE 4 84#define DHCPDECLINE 4 /* client -> server */
85#define DHCPACK 5 85#define DHCPACK 5 /* client <- server */
86#define DHCPNAK 6 86#define DHCPNAK 6 /* client <- server */
87#define DHCPRELEASE 7 87#define DHCPRELEASE 7 /* client -> server */
88#define DHCPINFORM 8 88#define DHCPINFORM 8 /* client -> server */
89
90#define BROADCAST_FLAG 0x8000
91 89
92#define OPTION_FIELD 0 90#define OPTION_FIELD 0
93#define FILE_FIELD 1 91#define FILE_FIELD 1