CS43 Lab7 - A Router Stack
1.2019
|
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 | |
Struct of an Ethernet Header.