Searched refs:___ntohl (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/linux/byteorder/
H A Dgeneric.h57 * Anyway, the measure is: define only ___ntohl as a macro instead,
59 * unsigned long inline ntohl(x){return ___ntohl(x);}
136 #define ___ntohl(x) __be32_to_cpu(x) macro
140 #define ntohl(x) ___ntohl(x)

Completed in 170 milliseconds