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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/byteorder/
H A Dgeneric.h97 #define cpu_to_be16 __cpu_to_be16
163 #define ___htons(x) __cpu_to_be16(x)
H A Dpdp_endian.h59 #define __cpu_to_be16(x) __swab16((x)) macro
H A Dbig_endian.h47 #define __cpu_to_be16(x) ((__u16)(x)) macro
H A Dlittle_endian.h47 #define __cpu_to_be16(x) __swab16((x)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dgeneric.h97 #define cpu_to_be16 __cpu_to_be16
163 #define ___htons(x) __cpu_to_be16(x)
H A Dpdp_endian.h59 #define __cpu_to_be16(x) __swab16((x)) macro
H A Dbig_endian.h47 #define __cpu_to_be16(x) ((__u16)(x)) macro
H A Dlittle_endian.h47 #define __cpu_to_be16(x) __swab16((x)) macro

Completed in 103 milliseconds