#include <D:/git/git_canopus_1/softpack/samv7/libraries/liblwip/source/lwip_1.3.2/src/include/ipv4/lwip/icmp.h>
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) | |
Data Fields | |
u8_t | type |
u8_t | icode |
u16_t | chksum |
u16_t | id |
u16_t | seqno |
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 79 of file icmp.h.