Searched refs:__swab24s (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.h69 #define __cpu_to_le24s(x) __swab24s((x))
70 #define __le24_to_cpus(x) __swab24s((x))
H A Dlittle_endian.h77 #define __cpu_to_be24s(x) __swab24s((x))
78 #define __be24_to_cpus(x) __swab24s((x))
H A Dswab.h180 static __inline__ void __swab24s(__u32 *addr) function
229 #define swab24s __swab24s
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dbig_endian.h69 #define __cpu_to_le24s(x) __swab24s((x))
70 #define __le24_to_cpus(x) __swab24s((x))
H A Dlittle_endian.h77 #define __cpu_to_be24s(x) __swab24s((x))
78 #define __be24_to_cpus(x) __swab24s((x))
H A Dswab.h180 static __inline__ void __swab24s(__u32 *addr) function
229 #define swab24s __swab24s

Completed in 36 milliseconds