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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/byteorder/
H A Dgeneric.h98 #define be16_to_cpu __be16_to_cpu
165 #define ___ntohs(x) __be16_to_cpu(x)
H A Dpdp_endian.h60 #define __be16_to_cpu(x) __swab16((x)) macro
H A Dbig_endian.h48 #define __be16_to_cpu(x) ((__u16)(x)) macro
H A Dlittle_endian.h48 #define __be16_to_cpu(x) __swab16((x)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dgeneric.h98 #define be16_to_cpu __be16_to_cpu
165 #define ___ntohs(x) __be16_to_cpu(x)
H A Dpdp_endian.h60 #define __be16_to_cpu(x) __swab16((x)) macro
H A Dbig_endian.h48 #define __be16_to_cpu(x) ((__u16)(x)) macro
H A Dlittle_endian.h48 #define __be16_to_cpu(x) __swab16((x)) macro

Completed in 42 milliseconds