DHCP protocol definitions. More...
Go to the source code of this file.
Data Structures | |
struct | dhcp_msg |
minimum set of fields of any DHCP message More... | |
Macros | |
#define | DHCP_OPTIONS_LEN DHCP_MIN_OPTIONS_LEN |
make sure user does not configure this too small More... | |
DHCP protocol definitions.
Definition in file prot/dhcp.h.
#define DHCP_OPTIONS_LEN DHCP_MIN_OPTIONS_LEN |
make sure user does not configure this too small
allow this to be configured in lwipopts.h, but not too small set this to be sufficient for your options in outgoing DHCP msgs
Definition at line 88 of file prot/dhcp.h.