ICMP

// enums

enum io.Icmp6Type;
enum io.IcmpType;

// structs

struct io.Icmp6Hdr;
struct io.IcmpHdr;

// global functions

char const* io.formatIcmpDigest(void const* p);
char const* io.formatIcmp6Digest(void const* p);