| 
    Zephyr Project API 3.5.0
    
   A Scalable Open Source RTOS 
   | 
 
Network Interface structure. More...
#include <net_if.h>
Data Fields | |
| struct net_if_dev * | if_dev | 
| The net_if_dev instance the net_if is related to.   | |
| struct net_if_config | config | 
| Network interface instance configuration.   | |
| struct k_mutex | lock | 
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.
| struct k_mutex net_if::lock |