diff options
Diffstat (limited to 'networking/udhcp/options.h')
-rw-r--r-- | networking/udhcp/options.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/networking/udhcp/options.h b/networking/udhcp/options.h index c98aec48f..e9eeefb57 100644 --- a/networking/udhcp/options.h +++ b/networking/udhcp/options.h | |||
@@ -28,9 +28,6 @@ enum { | |||
28 | /*****************************************************************/ | 28 | /*****************************************************************/ |
29 | 29 | ||
30 | /* DHCP protocol -- see RFC 2131 */ | 30 | /* DHCP protocol -- see RFC 2131 */ |
31 | #define SERVER_PORT 67 | ||
32 | #define CLIENT_PORT 68 | ||
33 | |||
34 | #define DHCP_MAGIC 0x63825363 | 31 | #define DHCP_MAGIC 0x63825363 |
35 | 32 | ||
36 | 33 | ||