ARP

// enums

enum io.ArpHardwareType;
enum io.ArpOpcode;

// structs

struct io.ArpHdr;

// global functions

char const* io.formatArpDigest(void const* p);