Ethernet

// enums

enum io.EthernetType;

// structs

struct io.EthernetHdr;
struct io.EthernetHdr_ieee8023;

// global functions

char const* io.formatEthernetDigest(void const* p);
char const* io.formatEthernetAddress(void const* p);