Searched refs:___htonl (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/byteorder/
H A Dgeneric.h162 #define ___htonl(x) __cpu_to_be32(x) macro
168 #define htonl(x) ___htonl(x)
171 #define htonl(x) ((unsigned long)___htonl(x))
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/byteorder/
H A Dgeneric.h162 #define ___htonl(x) __cpu_to_be32(x) macro
168 #define htonl(x) ___htonl(x)
171 #define htonl(x) ((unsigned long)___htonl(x))

Completed in 35 milliseconds