Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_mgmt_msghdr Struct Reference

Each network management message is prefixed with this header. More...

#include <socket_net_mgmt.h>

Data Fields

uint32_t nm_msg_version
 Network management version.
 
uint32_t nm_msg_len
 Length of the data.
 
uint8_t nm_msg []
 The actual message data follows.
 

Detailed Description

Each network management message is prefixed with this header.

Field Documentation

◆ nm_msg

uint8_t net_mgmt_msghdr::nm_msg[]

The actual message data follows.

◆ nm_msg_len

uint32_t net_mgmt_msghdr::nm_msg_len

Length of the data.

◆ nm_msg_version

uint32_t net_mgmt_msghdr::nm_msg_version

Network management version.


The documentation for this struct was generated from the following file: