eth_header Struct Reference
[Ethernet (IEEE 802.3) network interface layer Service]

Ethernet header. More...

#include <eth_header.h>

Data Fields

uint8_t destination_address [ETH_ADDR]
 Destination host Ethernet address (MAC address).
uint8_t source_address [ETH_ADDR]
 Source host Ethernet address (MAC address).
uint16_t ethertype
 Ethernet protocol identifier in the network byte order (big endian).

Detailed Description

Ethernet header.


Field Documentation

Destination host Ethernet address (MAC address).

Referenced by eth_prepare_packet(), and eth_process_packet().

Ethernet protocol identifier in the network byte order (big endian).

See also:
ethernet_protocols.h

Referenced by eth_prepare_packet(), and eth_process_packet().

uint8_t eth_header::source_address[ETH_ADDR]

Source host Ethernet address (MAC address).

Referenced by eth_prepare_packet(), and eth_process_packet().


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

Generated on Thu Mar 11 20:48:27 2010 for Networking and TCP/IP stack for HelenOS system by  doxygen 1.6.1