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

Network Interface structure. More...

#include <net_if.h>

Data Fields

struct net_if_devif_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
 
struct k_mutex tx_lock
 
uint8_t pe_enabled: 1
 Network interface specific flags.
 
uint8_t pe_prefer_public: 1
 

Detailed Description

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.

Field Documentation

◆ config

struct net_if_config net_if::config

Network interface instance configuration.

◆ if_dev

struct net_if_dev* net_if::if_dev

The net_if_dev instance the net_if is related to.

◆ lock

struct k_mutex net_if::lock

◆ pe_enabled

uint8_t net_if::pe_enabled

Network interface specific flags.

Enable IPv6 privacy extension (RFC 8981), this is enabled by default if PE support is enabled in configuration.

◆ pe_prefer_public

uint8_t net_if::pe_prefer_public

◆ tx_lock

struct k_mutex net_if::tx_lock

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