Home
last modified time | relevance | path

Searched refs:DhcpDecline (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_message_sim.h83 int DhcpDecline(DhcpClientContext *ctx);
H A Ddhcp_message_sim.cpp344 int DhcpDecline(DhcpClientContext *ctx) in DhcpDecline() function
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h51 int DhcpDecline(uint32_t transid, uint32_t clientIp, uint32_t serverIp);
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp823 DhcpDecline(m_transID, m_requestedIp4, m_serverIp4); in Declining()
1745 int DhcpClientStateMachine::DhcpDecline(uint32_t transId, uint32_t clientIp, uint32_t serverIp) in DhcpDecline() function in OHOS::DHCP::DhcpClientStateMachine
1747 DHCP_LOGI("DhcpDecline send decline transid:%{public}u, clientip:%{public}s serverip:%{public}s", transId, in DhcpDecline()
1762 DHCP_LOGE("DhcpDecline, memcpy_s error!"); in DhcpDecline()
1770 DHCP_LOGI("DhcpDecline send decline, transid:%{public}u", transId); in DhcpDecline()
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp823 dhcpClient->DhcpDecline(transId, clientIp, serverIp); in DhcpDeclineFuzzerTest()

Completed in 7 milliseconds