struct io.IcmpHdr
struct IcmpHdr { // fields io.IcmpType m_type; uint8_t m_code; uint16_t bigendian m_checksum; uint16_t bigendian m_id; uint16_t bigendian m_seqNumber; };
struct IcmpHdr { // fields io.IcmpType m_type; uint8_t m_code; uint16_t bigendian m_checksum; uint16_t bigendian m_id; uint16_t bigendian m_seqNumber; };