Searched defs:htonll (Results 1 – 2 of 2) sorted by relevance
12 # define htonll(x) (x) macro15 # define htonll(x) cpu_to_be64(x) macro28 # define htonll(x) (x) macro31 # define htonll(x) bswap_64(x) macro
36 #define htonll(x) cpu_to_be64(x) macro