Searched defs:ntohs (Results 1 – 2 of 2) sorted by relevance
50 #define ntohs(x) ((((x) >> 8) & 0xff) | (((x) & 0xff) << 8)) macro
98 inline sal_uInt16 ntohs (sal_uInt16 n) { return OSL_SWAPWORD(n); } in ntohs() function
Completed in 22 milliseconds