Searched refs:__swab24p (Results 1 - 6 of 6) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/byteorder/
H A Dbig_endian.h53 #define __cpu_to_le24p(x) __swab24p((x))
54 #define __le24_to_cpup(x) __swab24p((x))
H A Dlittle_endian.h61 #define __cpu_to_be24p(x) __swab24p((x))
62 #define __be24_to_cpup(x) __swab24p((x))
H A Dswab.h176 static __inline__ __u32 __swab24p(__u32 *x) function
225 #define swab24p __swab24p
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dbig_endian.h53 #define __cpu_to_le24p(x) __swab24p((x))
54 #define __le24_to_cpup(x) __swab24p((x))
H A Dlittle_endian.h61 #define __cpu_to_be24p(x) __swab24p((x))
62 #define __be24_to_cpup(x) __swab24p((x))
H A Dswab.h176 static __inline__ __u32 __swab24p(__u32 *x) function
225 #define swab24p __swab24p

Completed in 97 milliseconds