Nut/OS  4.10.3
API Reference
ether_header Struct Reference

Ethernet protocol header. More...

#include <netinet/if_ether.h>

Collaboration diagram for ether_header:

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

Ethernet protocol header.

Definition at line 82 of file if_ether.h.


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: