ETHERHDR Struct Reference

Data Fields

uint8_t ether_dhost [ETHER_ADDR_LEN]
 Destination MAC address.
uint8_t ether_shost [ETHER_ADDR_LEN]
 Source MAC address.
uint16_t ether_type
 Protocol type.

Detailed Description

Definition at line 82 of file if_ether.h.


Field Documentation

uint8_t ETHERHDR::ether_dhost[ETHER_ADDR_LEN]

Destination MAC address.

Definition at line 84 of file if_ether.h.

Referenced by NutEtherOutput().

uint8_t ETHERHDR::ether_shost[ETHER_ADDR_LEN]

Source MAC address.

Definition at line 86 of file if_ether.h.

Referenced by NutEtherOutput().

Protocol type.

Definition at line 88 of file if_ether.h.

Referenced by NutEtherInput(), and NutEtherOutput().


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

© 2000-2010 by contributors - visit http://www.ethernut.de/