ntoh24
static inline u32 ntoh24(const u8 *p)
#define ntoh24(p) (((p)[0] << 16) | ((p)[1] << 8) | ((p)[2]))
static inline u32 ntoh24(u8 *net)