|
My Kernel v0.1.0
|
A network interface.
#include <interface.h>
Public Member Functions | |
| LLIST_NODE (this) | |
| The subnets registered under this interface. | |
Data Fields | |
| struct ethernet_device * | netdev |
| The name of this interface. | |
| llist_t | subnets |
| The interface's network device. | |