Voxia OS v0.0.1
Hobby Project Operating System Targeting x86-64
Loading...
Searching...
No Matches
ethernet.c File Reference
#include "ethernet.h"
#include "ioforge/ioforge_nic.h"
#include "libk/serial.h"
#include <str.h>
#include "net/netdev.h"
#include <memory/memory_utils.h>

Go to the source code of this file.

Functions

void ethernet_send_frame (netdev_t *dev, struct netbuff *netbuff, uint16_t ethertype, const uint8_t dst_mac[6])
 

Function Documentation

◆ ethernet_send_frame()