ether_header Struct Reference


Detailed Description

Ethernet protocol header.

Definition at line 82 of file if_ether.h.


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.

Field Documentation

Destination MAC address.

Definition at line 84 of file if_ether.h.

Referenced by NutEtherOutput().

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-2007 by egnite Software GmbH - visit http://www.ethernut.de/