Home
last modified time | relevance | path

Searched defs:bHost (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dhcp/services/utils/src/
H A Ddhcp_common_utils.cpp48 char *UintIp4ToStr(uint32_t uIp, bool bHost) in UintIp4ToStr() argument
/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
/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
44 bool bHost = (static_cast<int>(data[0]) % TWO) ? true : false; in Ip4IntConvertToStrTest() local
/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
64 std::string DhcpFunction::Ip4IntConvertToStr(uint32_t uIp, bool bHost) in Ip4IntConvertToStr() argument

Completed in 3 milliseconds