Home
last modified time | relevance | path

Searched refs:bHost (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_function.h36 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 Ddhcpfunction_fuzzer.cpp36 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 Ddhcp_function.h26 bool Ip4StrConToInt(const char *strIp, uint32_t *uIp, bool bHost);
/foundation/communication/dhcp/services/utils/include/
H A Ddhcp_common_utils.h33 char *UintIp4ToStr(uint32_t uIp, bool bHost);
/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_common_utils.cpp48 char *UintIp4ToStr(uint32_t uIp, bool bHost) in UintIp4ToStr() argument
52 if (bHost) { in UintIp4ToStr()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_function.cpp36 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 Ddhcp_function.cpp38 bool Ip4StrConToInt(const char *strIp, uint32_t *uIp, bool bHost) in Ip4StrConToInt() argument
57 if (bHost) { in Ip4StrConToInt()

Completed in 4 milliseconds