ether_header Struct Reference


Detailed Description

Ethernet protocol header.

Definition at line 128 of file if_ether.h.


Data Fields

u_char ether_dhost [6]
 Destination MAC address.
u_char ether_shost [6]
 Source MAC address.
u_short ether_type
 Protocol type.

Field Documentation

Destination MAC address.

Definition at line 129 of file if_ether.h.

Referenced by NutEtherOutput().

Source MAC address.

Definition at line 130 of file if_ether.h.

Referenced by NutEtherOutput().

Protocol type.

Definition at line 131 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/