Home
last modified time | relevance | path

Searched refs:__be16_to_cpu (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/include/linux/byteorder/
Dgeneric.h98 #define be16_to_cpu __be16_to_cpu
159 #define ___ntohs(x) __be16_to_cpu(x)
Dpdp_endian.h60 #define __be16_to_cpu(x) __swab16((x)) macro
Dbig_endian.h48 #define __be16_to_cpu(x) ((__u16)(x)) macro
Dlittle_endian.h48 #define __be16_to_cpu(x) __swab16((x)) macro