Searched defs:HostToNetwork32 (Results 1 – 2 of 2) sorted by relevance
52 inline u32 HostToNetwork32 (u32 host) { return deReverseBytes32(host); } in HostToNetwork32() function56 inline u32 HostToNetwork32 (u32 host) { return host; } in HostToNetwork32() function
190 inline uint32_t HostToNetwork32(uint32_t n) { in HostToNetwork32() function