Loading...
Searching...
No Matches
lwip_netif_t Struct Reference

Representation of a network interface. More...

Detailed Description

Representation of a network interface.

Definition at line 34 of file compat.h.

#include <compat.h>

Data Fields

netif_t common_netif
 network interface descriptor
 
struct netif lwip_netif
 lwIP interface data
 
rmutex_t lock
 lock for the interface
 

Field Documentation

◆ common_netif

netif_t lwip_netif_t::common_netif

network interface descriptor

Definition at line 35 of file compat.h.

◆ lock

rmutex_t lwip_netif_t::lock

lock for the interface

Definition at line 37 of file compat.h.

◆ lwip_netif

struct netif lwip_netif_t::lwip_netif

lwIP interface data

Definition at line 36 of file compat.h.


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