Home
last modified time | relevance | path

Searched refs:ifaceIpv4 (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_def.h389 unsigned int ifaceIpv4; /* IPv4 of the network interface used by the current process. */ member
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp94 m_cltCnf.ifaceIpv4 = 0; in DhcpClientStateMachine()
263 if (GetLocalIp(m_cltCnf.ifaceName, &m_cltCnf.ifaceIpv4) != DHCP_OPT_SUCCESS) { in GetClientNetworkInfo()
267 std::string cIp = Ip4IntConvertToStr(m_cltCnf.ifaceIpv4, true); in GetClientNetworkInfo()
269 DHCP_LOGE("GetClientNetworkInfo() Ip4IntConvertToStr m_cltCnf.ifaceIpv4 failed!"); in GetClientNetworkInfo()
272 DHCP_LOGI("GetClientNetworkInfo() GetLocalIp ifaceName:%{public}s -> ifaceIpv4:%{private}u - %{private}s.", in GetClientNetworkInfo()
273 m_cltCnf.ifaceName, m_cltCnf.ifaceIpv4, cIp.c_str()); in GetClientNetworkInfo()

Completed in 5 milliseconds