| 
    Zephyr Project API 3.5.0
    
   A Scalable Open Source RTOS 
   | 
 
NET_MGMT socket definitions. More...
#include <zephyr/types.h>#include <zephyr/net/net_ip.h>#include <zephyr/net/net_if.h>#include <zephyr/net/net_mgmt.h>Go to the source code of this file.
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.   | |
NET_MGMT socket definitions.
Definitions for NET_MGMT socket support.