Home
last modified time | relevance | path

Searched refs:UintIp4ToStr (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dhcp/test/unittest/services/utils/
H A Ddhcp_common_utils_test.cpp58 char *pIp = UintIp4ToStr(ip, false); in HWTEST_F()
64 char *pIp2 = UintIp4ToStr(ip, true); in HWTEST_F()
/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() function
59 DHCP_LOGE("UintIp4ToStr inet_ntop p == nullptr!"); in UintIp4ToStr()
64 DHCP_LOGE("UintIp4ToStr strIp malloc failed!"); in UintIp4ToStr()
68 DHCP_LOGE("UintIp4ToStr strIp strncpy_s failed!"); in UintIp4ToStr()
79 char *pIp = UintIp4ToStr(ip, false); in IntIpv4ToAnonymizeStr()

Completed in 2 milliseconds