Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp1020 std::string pSubIp = Ip4IntConvertToStr(u32Data, true); in ParseNetworkInfo() local
1021 if (pSubIp.length() > 0) { in ParseNetworkInfo()
1023 u32Data, pSubIp.c_str()); in ParseNetworkInfo()
1024 …if (strncpy_s(result->strOptSubnet, INET_ADDRSTRLEN, pSubIp.c_str(), INET_ADDRSTRLEN - 1) != EOK) { in ParseNetworkInfo()