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

IP_Address Struct Reference

IP_Address Struct Reference

IP Address memory map. More...

#include <ip.h>

Data Fields

unsigned char octet [4]
 Individual address octets.

Detailed Description

IP Address memory map.

Definition at line 18 of file ip.h.


Field Documentation

unsigned char octet[4]

Individual address octets.

Definition at line 19 of file ip.h.