Searched defs:ntoh24 (Results 1 – 3 of 3) sorted by relevance
26 static inline u32 ntoh24(const u8 *p) in ntoh24() function
57 #define ntoh24(p) (((p)[0] << 16) | ((p)[1] << 8) | ((p)[2])) macro
346 static inline u32 ntoh24(u8 *net) in ntoh24() function
Completed in 10 milliseconds