Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h153 std::string m_arpDectionTargetIp; member in OHOS::DHCP::DhcpClientStateMachine
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp1780 m_arpDectionTargetIp = Ip4IntConvertToStr(m_requestedIp4, false); in IpConflictDetect()
1786 if (IsArpReachable(FAST_ARP_DETECTION_TIME_MS, m_arpDectionTargetIp)) { in FastArpDetect()
1844 bool ret = IsArpReachable(timeout, m_arpDectionTargetIp); in SlowArpDetect()
1855 if (IsArpReachable(SLOW_ARP_DETECTION_TIME_MS, m_arpDectionTargetIp)) { in SlowArpDetect()

Completed in 4 milliseconds