This is a low-level network debugging utility that utilizes raw packet i/o to construct and deconstruct tcp, udp, ipv4, arp, and icmp packets over ethernet.

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Ethernet_MAC Struct Reference

Ethernet_MAC Struct Reference

Ethernet MAC address memory map. More...

#include <ethernet.h>

Data Fields

unsigned char octet [6]
 Individual octsts of the MAC address.

Detailed Description

Ethernet MAC address memory map.

Definition at line 15 of file ethernet.h.


Field Documentation

unsigned char octet[6]

Individual octsts of the MAC address.

Definition at line 16 of file ethernet.h.