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

/linux-4.1.27/include/linux/byteorder/
H A Dgeneric.h56 * Anyway, the measure is: define only ___ntohl as a macro instead,
58 * unsigned long inline ntohl(x){return ___ntohl(x);}
135 #define ___ntohl(x) __be32_to_cpu(x) macro
139 #define ntohl(x) ___ntohl(x)
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs_private.h202 #define ___ntohl(x) __be32_to_cpu(x) macro
205 #define ntohl(x) ___ntohl(x)

Completed in 64 milliseconds