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

/linux-4.1.27/include/linux/byteorder/
H A Dgeneric.h136 #define ___ntohs(x) __be16_to_cpu(x) macro
141 #define ntohs(x) ___ntohs(x)
/linux-4.1.27/drivers/staging/lustre/include/linux/libcfs/
H A Dlibcfs_private.h203 #define ___ntohs(x) __be16_to_cpu(x) macro
207 #define ntohs(x) ___ntohs(x)

Completed in 137 milliseconds