ArvernOS
Loading...
Searching...
No Matches
net_interface_t Struct Reference

Data Fields

uint8_t id
 The interface identifier.
 
uint16_t hardware_type
 The hardware type of the interface.
 
net_driver_t * driver
 The driver bound to this interface.
 
void(* receive_frame_callback )(net_interface_t *interface, uint8_t *data, uint32_t len)
 

Field Documentation

◆ receive_frame_callback

void(* net_interface_t::receive_frame_callback) (net_interface_t *interface, uint8_t *data, uint32_t len)

The callback used by the driver to transfer the received data to the upper layers.


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