Network Component   Version 8.0.0
MDK Middleware for IPv4 and IPv6 Networking
 
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Loading...
Searching...
No Matches

Common structures for all Interfaces. More...

Data 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.