Home
last modified time | relevance | path

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

/DragonStub/inc/dragonstub/linux/
H A Dbyteorder.h137 #define ___htonl(x) __cpu_to_be32(x) macro
142 #define htonl(x) ___htonl(x)