Zephyr API 3.6.99
|
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. | |
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.
net_if_link_callback_t net_if_link_cb::cb |
Link callback.
sys_snode_t net_if_link_cb::node |
Node information for the slist.