Lines Matching refs:NetToHost
33 static inline int16_t NetToHost(int16_t value)
43 static inline int8_t NetToHost(int8_t value)
48 static inline int32_t NetToHost(int32_t value)
58 static inline int64_t NetToHost(int64_t value)
72 static inline uint16_t NetToHost(uint16_t value)
82 static inline uint8_t NetToHost(uint8_t value)
87 static inline uint32_t NetToHost(uint32_t value)
97 static inline uint64_t NetToHost(uint64_t value)
104 float NetToHost(float value);
108 double NetToHost(double value);