ICMP
// enums enum io.Icmp6Type; enum io.IcmpType; // structs struct io.Icmp6Hdr; struct io.IcmpHdr; // global functions string_t io.formatIcmpDigest(void const* p); string_t io.formatIcmp6Digest(void const* p);
// enums enum io.Icmp6Type; enum io.IcmpType; // structs struct io.Icmp6Hdr; struct io.IcmpHdr; // global functions string_t io.formatIcmpDigest(void const* p); string_t io.formatIcmp6Digest(void const* p);