OSAL_CPU_TO_BE16
lldp_mac.mac_upper = OSAL_CPU_TO_BE16(*(u16 *)lldp_mac_addr);
#define htons(val) OSAL_CPU_TO_BE16(val)