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

Link callback handler struct. More...

#include <net_if.h>

Data Fields

sys_snode_t node
 Node information for the slist.
 
net_if_link_callback_t cb
 Link callback.
 

Detailed Description

Link callback handler struct.

Stores the link callback information. Caller must make sure that the variable pointed by this is valid during the lifetime of registration. Typically this means that the variable cannot be allocated from stack.

Field Documentation

◆ cb

net_if_link_callback_t net_if_link_cb::cb

Link callback.

◆ node

sys_snode_t net_if_link_cb::node

Node information for the slist.


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