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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/networking/udhcp/options.h b/networking/udhcp/options.h
index dccaa2af9..1fded2ef4 100644
--- a/networking/udhcp/options.h
+++ b/networking/udhcp/options.h
@@ -4,8 +4,6 @@
4 4
5#include "packet.h" 5#include "packet.h"
6 6
7#include "config.h"
8
9#define TYPE_MASK 0x0F 7#define TYPE_MASK 0x0F
10 8
11enum { 9enum {
@@ -22,7 +20,6 @@ enum {
22 20
23#define OPTION_REQ 0x10 /* have the client request this option */ 21#define OPTION_REQ 0x10 /* have the client request this option */
24#define OPTION_LIST 0x20 /* There can be a list of 1 or more of these */ 22#define OPTION_LIST 0x20 /* There can be a list of 1 or more of these */
25#define OPTION_PREFIX 0x40 /* ip wants a prefix instead of a ip for subnet */
26 23
27struct dhcp_option { 24struct dhcp_option {
28 char name[10]; 25 char name[10];