pub type eoe_ethaddr_t = eoe_ethaddr;
EOE ethernet address
struct eoe_ethaddr_t { pub addr: [u8; 6], }
addr: [u8; 6]