56#ifndef LWIP_HDR_PROT_ICMP_H
57#define LWIP_HDR_PROT_ICMP_H
79#ifdef PACK_STRUCT_USE_INCLUDES
80# include "arch/bpstruct.h"
96#ifdef PACK_STRUCT_USE_INCLUDES
97# include "arch/epstruct.h"
101#define ICMPH_TYPE(hdr) ((hdr)->type)
102#define ICMPH_CODE(hdr) ((hdr)->code)
103#define ICMPH_TYPE_SET(hdr, t) ((hdr)->type = (t))
104#define ICMPH_CODE_SET(hdr, c) ((hdr)->code = (c))
#define PACK_STRUCT_BEGIN
#define PACK_STRUCT_FLD_8(x)
#define PACK_STRUCT_FIELD(x)