Nut/OS  5.0.5
API Reference
ether_header Struct Reference

Ethernet protocol header. More...

#include <netinet/if_ether.h>

Collaboration diagram for ether_header:
[legend]

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.


Field Documentation

Destination MAC address.

Referenced by NutEtherOutput().

Source MAC address.

Referenced by NutEtherOutput().


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