Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
Network Interface structure. More...
#include <net_if.h>
Data Fields | |
struct net_if_dev * | if_dev |
struct net_if_config | config |
Network Interface structure.
Used to handle a network interface on top of a net_if_dev instance. There can be many net_if instance against the same net_if_dev instance.
struct net_if_config net_if::config |
Network interface instance configuration
struct net_if_dev* net_if::if_dev |
The net_if_dev instance the net_if is related to