Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
Network Core Library

Socket NET_MGMT library. More...

Data Structures

struct  sockaddr_nm
 struct sockaddr_nm - The sockaddr structure for NET_MGMT sockets More...
 
struct  net_mgmt_msghdr
 Each network management message is prefixed with this header. More...
 

Macros

#define NET_MGMT_EVENT_PROTO   0x01
 
#define SOL_NET_MGMT_BASE   100
 
#define SOL_NET_MGMT_RAW   (SOL_NET_MGMT_BASE + 1)
 
#define NET_MGMT_SOCKET_VERSION_1   0x0001
 Version of the message is placed to the header.
 

Detailed Description

Socket NET_MGMT library.

Macro Definition Documentation

◆ NET_MGMT_EVENT_PROTO

#define NET_MGMT_EVENT_PROTO   0x01

◆ NET_MGMT_SOCKET_VERSION_1

#define NET_MGMT_SOCKET_VERSION_1   0x0001

#include <zephyr/net/socket_net_mgmt.h>

Version of the message is placed to the header.

Currently we have following versions.

Network management message versions:

0x0001 : The net_mgmt event info message follows directly after the header.

◆ SOL_NET_MGMT_BASE

#define SOL_NET_MGMT_BASE   100

◆ SOL_NET_MGMT_RAW

#define SOL_NET_MGMT_RAW   (SOL_NET_MGMT_BASE + 1)