|
Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
|
#include <netdev.h>
Data Fields | |
| int(* | init )(struct netdev *dev) |
| int(* | open )(struct netdev *dev) |
| int(* | stop )(struct netdev *dev) |
| int(* | transmit )(struct netdev *dev, uint8_t *packet, uint16_t len) |
| int(* | set_mac )(struct netdev *dev, const uint8_t *new_mac) |
| void(* | bind_nic )(struct netdev *dev, struct ioforge_nic_service *nic) |
| void(* | unbind_nic )(struct netdev *dev) |
| void(* netdev_ops::bind_nic) (struct netdev *dev, struct ioforge_nic_service *nic) |