Searched refs:__ntohl (Results 1 – 1 of 1) sorted by relevance
12 #define __ntohl(_x) __bswap32(_x) macro21 #define __ntohl(_x) ((__uint32_t)(_x)) macro25 #define ntohl(_x) __ntohl(_x)