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

types.h File Reference

types.h File Reference

Type definitions. More...

Go to the source code of this file.

Typedefs

typedef unsigned char u8
 Unsigned 8 bit value.
typedef unsigned short u16
 Unsigned 16 bit value.
typedef unsigned int u32
 Unsigned 32 bit value.

Detailed Description

Type definitions.

This file contains some utility type definitions

Definition in file types.h.


Typedef Documentation

typedef unsigned short u16

Unsigned 16 bit value.

Definition at line 15 of file types.h.

typedef unsigned int u32

Unsigned 32 bit value.

Definition at line 18 of file types.h.

typedef unsigned char u8

Unsigned 8 bit value.

Definition at line 12 of file types.h.