Lines Matching refs:host
51 inline u16 HostToNetwork16 (u16 host) { return deReverseBytes16(host); }
52 inline u32 HostToNetwork32 (u32 host) { return deReverseBytes32(host); }
53 inline u64 HostToNetwork64 (u64 host) { return ReverseBytes64(host); }
55 inline u16 HostToNetwork16 (u16 host) { return host; }
56 inline u32 HostToNetwork32 (u32 host) { return host; }
57 inline u64 HostToNetwork64 (u64 host) { return host; }