CS43 Lab7 - A Router Stack  1.2019
Public Attributes | List of all members
sr_ethernet_hdr Struct Reference

Struct of an Ethernet Header. More...

#include <sr_protocol.h>

Public Attributes

uint8_t ether_dhost [ETHER_ADDR_LEN]
 destination ethernet address
 
uint8_t ether_shost [ETHER_ADDR_LEN]
 source ethernet address
 
uint16_t ether_type
 type (protocol) of encapsulated packet
 

Detailed Description

Struct of an Ethernet Header.


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