Searched defs:HostToNetwork64 (Results 1 – 1 of 1) 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