Searched defs:bHost (Results 1 – 4 of 4) sorted by relevance
54 char *UintIp4ToStr(uint32_t uIp, bool bHost) in UintIp4ToStr()169 std::string Ip4IntConvertToStr(uint32_t uIp, bool bHost) in Ip4IntConvertToStr()
36 bool bHost = (static_cast<int>(data[0]) % TWO) ? true : false; in Ip4StrConToIntTest() local44 bool bHost = (static_cast<int>(data[0]) % TWO) ? true : false; in Ip4IntConvertToStrTest() local
36 bool DhcpFunction::Ip4StrConToInt(const std::string& strIp, uint32_t& uIp, bool bHost) in Ip4StrConToInt()64 std::string DhcpFunction::Ip4IntConvertToStr(uint32_t uIp, bool bHost) in Ip4IntConvertToStr()
38 bool Ip4StrConToInt(const char *strIp, uint32_t *uIp, bool bHost) in Ip4StrConToInt()