Port of LwIP performed by Ralf in 2010. Not recommended for use with recent mbed libraries, but good demos of raw LwIP possible

Dependents:   LwIP_raw_API_serverExample tiny-dtls

Embed: (wiki syntax)

« Back to documentation index

icmp_echo_hdr Struct Reference

icmp_echo_hdr Struct Reference

This is the standard ICMP header only that the u32_t data is splitted to two u16_t like ICMP echo needs it. More...

#include <icmp.h>


Detailed Description

This is the standard ICMP header only that the u32_t data is splitted to two u16_t like ICMP echo needs it.

This header is also used for other ICMP types that do not use the data part.

Definition at line 87 of file icmp.h.