diff options
Diffstat (limited to 'net/bootp.h')
-rw-r--r-- | net/bootp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/bootp.h b/net/bootp.h index 567340ec5d..4e32b19d42 100644 --- a/net/bootp.h +++ b/net/bootp.h @@ -15,6 +15,9 @@ /**********************************************************************/ +#define PORT_BOOTPS 67 /* BOOTP server UDP port */ +#define PORT_BOOTPC 68 /* BOOTP client UDP port */ + /* * BOOTP header. */ |