diff options
Diffstat (limited to 'net/bootp.c')
-rw-r--r-- | net/bootp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/bootp.c b/net/bootp.c index 8b1a4ae2ef..2053cce88c 100644 --- a/net/bootp.c +++ b/net/bootp.c @@ -41,9 +41,6 @@ */ #define TIMEOUT_MS ((3 + (CONFIG_NET_RETRY_COUNT * 5)) * 1000) -#define PORT_BOOTPS 67 /* BOOTP server UDP port */ -#define PORT_BOOTPC 68 /* BOOTP client UDP port */ - #ifndef CFG_DHCP_MIN_EXT_LEN /* minimal length of extension list */ #define CFG_DHCP_MIN_EXT_LEN 64 #endif |