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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/byteorder/
H A Dpdp_endian.h71 #define __cpu_to_be16p(x) __swab16p((x))
72 #define __be16_to_cpup(x) __swab16p((x))
H A Dbig_endian.h55 #define __cpu_to_le16p(x) __swab16p((x))
56 #define __le16_to_cpup(x) __swab16p((x))
H A Dlittle_endian.h63 #define __cpu_to_be16p(x) __swab16p((x))
64 #define __be16_to_cpup(x) __swab16p((x))
H A Dswab.h163 static __inline__ __u16 __swab16p(__u16 *x) function
224 #define swab16p __swab16p
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dpdp_endian.h71 #define __cpu_to_be16p(x) __swab16p((x))
72 #define __be16_to_cpup(x) __swab16p((x))
H A Dbig_endian.h55 #define __cpu_to_le16p(x) __swab16p((x))
56 #define __le16_to_cpup(x) __swab16p((x))
H A Dlittle_endian.h63 #define __cpu_to_be16p(x) __swab16p((x))
64 #define __be16_to_cpup(x) __swab16p((x))
H A Dswab.h163 static __inline__ __u16 __swab16p(__u16 *x) function
224 #define swab16p __swab16p

Completed in 83 milliseconds