Searched refs:bHost (Results 1 - 7 of 7) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_function.h | 36 static bool Ip4StrConToInt(const std::string& strIp, uint32_t& uIp, bool bHost = true); 37 static std::string Ip4IntConvertToStr(uint32_t uIp, bool bHost = true);
|
/foundation/communication/dhcp/test/fuzztest/dhcpfunction_fuzzer/ |
H A D | dhcpfunction_fuzzer.cpp | 36 bool bHost = (static_cast<int>(data[0]) % TWO) ? true : false; in Ip4StrConToIntTest() local 37 pDhcpFunction->Ip4StrConToInt(strIp, uIp, bHost); in Ip4StrConToIntTest() 44 bool bHost = (static_cast<int>(data[0]) % TWO) ? true : false; in Ip4IntConvertToStrTest() local 45 pDhcpFunction->Ip4IntConvertToStr(uIp, bHost); in Ip4IntConvertToStrTest()
|
/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_function.h | 26 bool Ip4StrConToInt(const char *strIp, uint32_t *uIp, bool bHost);
|
/foundation/communication/dhcp/services/utils/include/ |
H A D | dhcp_common_utils.h | 33 char *UintIp4ToStr(uint32_t uIp, bool bHost);
|
/foundation/communication/dhcp/services/utils/src/ |
H A D | dhcp_common_utils.cpp | 48 char *UintIp4ToStr(uint32_t uIp, bool bHost) in UintIp4ToStr() argument 52 if (bHost) { in UintIp4ToStr()
|
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_function.cpp | 36 bool DhcpFunction::Ip4StrConToInt(const std::string& strIp, uint32_t& uIp, bool bHost) in Ip4StrConToInt() argument 55 if (bHost) { in Ip4StrConToInt() 64 std::string DhcpFunction::Ip4IntConvertToStr(uint32_t uIp, bool bHost) in Ip4IntConvertToStr() argument 68 if (bHost) { in Ip4IntConvertToStr()
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_function.cpp | 38 bool Ip4StrConToInt(const char *strIp, uint32_t *uIp, bool bHost) in Ip4StrConToInt() argument 57 if (bHost) { in Ip4StrConToInt()
|
Completed in 4 milliseconds