Kyle Lemons / HvZServerLib

Dependencies:   NetServices

Dependents:   HvZ

Embed: (wiki syntax)

« Back to documentation index

ethernet.h File Reference

ethernet.h File Reference

Ethernet frame header. More...

Go to the source code of this file.

Data Structures

struct  Ethernet_MAC
 Ethernet MAC address memory map. More...
struct  Ethernet_FrameHeader
 Ethernet II Frame Header Memory map. More...

Functions

void fix_endian_ethernet (Ethernet_FrameHeader *header)
 Convert from wire to host or host to wire endian-ness.

Detailed Description

Ethernet frame header.

This file contains the memory map and associated functions for Ethernet frame header creation and deconstruction.

Definition in file ethernet.h.


Function Documentation

void fix_endian_ethernet ( Ethernet_FrameHeader header )

Convert from wire to host or host to wire endian-ness.

Definition at line 33 of file ethernet.h.