Searched refs:__swab32p (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.h51 #define __cpu_to_le32p(x) __swab32p((x))
52 #define __le32_to_cpup(x) __swab32p((x))
H A Dlittle_endian.h59 #define __cpu_to_be32p(x) __swab32p((x))
60 #define __be32_to_cpup(x) __swab32p((x))
H A Dswab.h189 static __inline__ __u32 __swab32p(__u32 *x) function
226 #define swab32p __swab32p
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dbig_endian.h51 #define __cpu_to_le32p(x) __swab32p((x))
52 #define __le32_to_cpup(x) __swab32p((x))
H A Dlittle_endian.h59 #define __cpu_to_be32p(x) __swab32p((x))
60 #define __be32_to_cpup(x) __swab32p((x))
H A Dswab.h189 static __inline__ __u32 __swab32p(__u32 *x) function
226 #define swab32p __swab32p

Completed in 99 milliseconds