Loading...
Searching...
No Matches
ethernet_hdr_t Struct Reference

Ethernet header. More...

Detailed Description

Ethernet header.

Definition at line 43 of file hdr.h.

#include <hdr.h>

Data Fields

uint8_t dst [ETHERNET_ADDR_LEN]
 destination address
 
uint8_t src [ETHERNET_ADDR_LEN]
 source address
 
network_uint16_t type
 ether type (see Ether types)
 

Field Documentation

◆ dst

uint8_t ethernet_hdr_t::dst[ETHERNET_ADDR_LEN]

destination address

Definition at line 44 of file hdr.h.

◆ src

uint8_t ethernet_hdr_t::src[ETHERNET_ADDR_LEN]

source address

Definition at line 45 of file hdr.h.

◆ type

network_uint16_t ethernet_hdr_t::type

ether type (see Ether types)

Definition at line 46 of file hdr.h.


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