Searched defs:ntohl (Results 1 – 2 of 2) sorted by relevance
47 #define ntohl(x) ((((x) & 0xff000000) >> 24) | (((x) & 0x00ff0000) >> 8) | \ macro
101 inline sal_uInt32 ntohl (sal_uInt32 n) { return OSL_SWAPDWORD(n); } in ntohl() function
Completed in 21 milliseconds