DHCPv6 protocol definitions. More...
#include "lwip/opt.h"
Go to the source code of this file.
Data Structures | |
struct | dhcp6_msg |
minimum set of fields of any DHCPv6 message More... | |
Macros | |
#define | DHCP6_STATUS_SUCCESS 0 /* Success. */ |
DHCPv6 status codes. More... | |
#define | DHCP6_DUID_LLT 1 /* LLT: Link-layer Address Plus Time */ |
DHCPv6 DUID types. More... | |
DHCPv6 protocol definitions.
Definition in file prot/dhcp6.h.
#define DHCP6_DUID_LLT 1 /* LLT: Link-layer Address Plus Time */ |
DHCPv6 DUID types.
Definition at line 103 of file prot/dhcp6.h.
#define DHCP6_STATUS_SUCCESS 0 /* Success. */ |
DHCPv6 status codes.
Definition at line 94 of file prot/dhcp6.h.