miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
Loading...
Searching...
No Matches
ethernet_frame_info_t Struct Reference

#include <ethernet.h>

Public Attributes

uint8_t dst_mac [ETH_ADDR_LEN]
uint8_t src_mac [ETH_ADDR_LEN]
uint16_t ethertype
const uint8_tpayload
uint16_t payload_len

Member Data Documentation

◆ dst_mac

uint8_t ethernet_frame_info_t::dst_mac[ETH_ADDR_LEN]

◆ ethertype

uint16_t ethernet_frame_info_t::ethertype

◆ payload

const uint8_t* ethernet_frame_info_t::payload

◆ payload_len

uint16_t ethernet_frame_info_t::payload_len

◆ src_mac

uint8_t ethernet_frame_info_t::src_mac[ETH_ADDR_LEN]

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