OSAL_BE16_TO_CPU
*(u16 *)lldp_mac_addr = OSAL_BE16_TO_CPU(*(u16 *)&lldp_mac.mac_upper);
#define ntohs(val) OSAL_BE16_TO_CPU(val)