32 #ifndef __LWIP_ICMP_H__ 33 #define __LWIP_ICMP_H__ 70 #ifdef PACK_STRUCT_USE_INCLUDES 71 # include "arch/bpstruct.h" 90 #ifdef PACK_STRUCT_USE_INCLUDES 91 # include "arch/epstruct.h" 95 #define ICMPH_TYPE(hdr) ((hdr)->type) 96 #define ICMPH_CODE(hdr) ((hdr)->code) 99 #define ICMPH_TYPE_SET(hdr, t) ((hdr)->type = (t)) 100 #define ICMPH_CODE_SET(hdr, c) ((hdr)->code = (c))
#define ICACHE_FLASH_ATTR
PACK_STRUCT_FIELD(u8_t type)
#define PACK_STRUCT_BEGIN
PACK_STRUCT_BEGIN struct icmp_echo_hdr PACK_STRUCT_STRUCT