struct io.Icmp6Hdr
struct Icmp6Hdr { // 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 Icmp6Hdr { // fields io.IcmpType m_type; uint8_t m_code; uint16_t bigendian m_checksum; uint16_t bigendian m_id; uint16_t bigendian m_seqNumber; };