Network Component  Version 7.19.0
MDK Middleware for IPv4 and IPv6 Networking

Common structures for all Interfaces. More...

Structures

struct  NET_DHCP_OPTION_ITEM
 DHCP Option Item. More...
 

Description

Common structures for all Interfaces.


Data Structure Documentation

◆ NET_DHCP_OPTION_ITEM

struct NET_DHCP_OPTION_ITEM

DHCP Option Item.

Carries information about the DHCP options.

Data Fields
uint8_t code Option type code.
uint8_t length Length of Option value.
uint8_t reserved[2] Reserved.
uint8_t * value Pointer to Option value.