Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h56 int DhcpRenew(uint32_t transid, uint32_t clientip, uint32_t serverip);
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp754 DhcpRenew(m_transID, m_requestedIp4, m_serverIp4); in Requesting()
779 DhcpRenew(m_transID, m_requestedIp4, m_serverIp4); in Renewing()
794 DhcpRenew(m_transID, m_requestedIp4, 0); in Rebinding()
1684 int DhcpClientStateMachine::DhcpRenew(uint32_t transid, uint32_t clientip, uint32_t serverip) in DhcpRenew() function in OHOS::DHCP::DhcpClientStateMachine
1686 DHCP_LOGI("DhcpRenew send request transid:%{public}u, clientip:%{public}s serverip:%{public}s", transid, in DhcpRenew()
1707 DHCP_LOGI("DhcpRenew curTimeSeconds:%{public}" PRId64" %{public}" PRId64", secs:%{public}u", in DhcpRenew()
1715 DHCP_LOGI("DhcpRenew rebind, begin broadcast req packet"); in DhcpRenew()
1718 DHCP_LOGI("DhcpRenew send renew, begin unicast request packet"); in DhcpRenew()
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp808 dhcpClient->DhcpRenew(transId, clientIp, serverIp); in DhcpRenewFuzzerTest()

Completed in 6 milliseconds