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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/byteorder/
H A Dgeneric.h107 #define cpu_to_be32p __cpu_to_be32p
H A Dpdp_endian.h69 #define __cpu_to_be32p(x) __swahb32p((x)) macro
H A Dbig_endian.h59 #define __cpu_to_be32p(x) (*(__u32*)(x)) macro
H A Dlittle_endian.h59 #define __cpu_to_be32p(x) __swab32p((x)) macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dgeneric.h107 #define cpu_to_be32p __cpu_to_be32p
H A Dpdp_endian.h69 #define __cpu_to_be32p(x) __swahb32p((x)) macro
H A Dbig_endian.h59 #define __cpu_to_be32p(x) (*(__u32*)(x)) macro
H A Dlittle_endian.h59 #define __cpu_to_be32p(x) __swab32p((x)) macro

Completed in 91 milliseconds