Loading...
Searching...
No Matches
netif_t Struct Reference

Network interface descriptor. More...

Detailed Description

Network interface descriptor.

Note
All network interfaces should inherit from this structure.

Definition at line 71 of file netif.h.

#include <netif.h>

Data Fields

list_node_t node
 Pointer to the next interface.
 

Field Documentation

◆ node

list_node_t netif_t::node

Pointer to the next interface.

Definition at line 72 of file netif.h.


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