Home
last modified time | relevance | path

Searched refs:pIp2 (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/communication/dhcp/test/unittest/services/utils/
H A Ddhcp_common_utils_test.cpp64 char *pIp2 = UintIp4ToStr(ip, true); variable
65 if (pIp2 != nullptr) {
66 DHCP_LOGI("pIp2:%{public}s", pIp2);
67 free(pIp2);
68 pIp2 = nullptr;