Searched defs:HostToNetwork64 (Results 1 – 2 of 2) sorted by relevance
53 inline u64 HostToNetwork64 (u64 host) { return ReverseBytes64(host); } in HostToNetwork64() function57 inline u64 HostToNetwork64 (u64 host) { return host; } in HostToNetwork64() function
194 inline uint64_t HostToNetwork64(uint64_t n) { in HostToNetwork64() function