#pragma once
#define MAC_LEN 0x10
struct __mac_addr
{
char _mac[MAC_LEN];
};
typedef __mac_addr MacAddr_t;