Public Member Functions

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>

List of all members.

Public Member Functions

 PACK_STRUCT_FIELD (u8_t type)
 PACK_STRUCT_FIELD (u8_t code)
 PACK_STRUCT_FIELD (u16_t chksum)
 PACK_STRUCT_FIELD (u16_t id)
 PACK_STRUCT_FIELD (u16_t seqno)

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.


Member Function Documentation

icmp_echo_hdr::PACK_STRUCT_FIELD ( u8_t  type  ) 
icmp_echo_hdr::PACK_STRUCT_FIELD ( u16_t  seqno  ) 
icmp_echo_hdr::PACK_STRUCT_FIELD ( u16_t  id  ) 
icmp_echo_hdr::PACK_STRUCT_FIELD ( u16_t  chksum  ) 
icmp_echo_hdr::PACK_STRUCT_FIELD ( u8_t  code  ) 

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines