Home
last modified time | relevance | path

Searched refs:GetPacketCommonInfo (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h44 int GetPacketCommonInfo(struct DhcpPacket *packet);
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp1529 int DhcpClientStateMachine::GetPacketCommonInfo(struct DhcpPacket *packet) in GetPacketCommonInfo() function in OHOS::DHCP::DhcpClientStateMachine
1532 DHCP_LOGE("GetPacketCommonInfo() failed, packet == NULL!"); in GetPacketCommonInfo()
1538 DHCP_LOGE("GetPacketCommonInfo() failed, memcpy_s error!"); in GetPacketCommonInfo()
1626 (GetPacketCommonInfo(&packet) != DHCP_OPT_SUCCESS)) { in DhcpDiscover()
1660 (GetPacketCommonInfo(&packet) != DHCP_OPT_SUCCESS)) { in DhcpRequest()
1695 (GetPacketCommonInfo(&packet) != DHCP_OPT_SUCCESS)) { in DhcpRenew()
1732 (GetPacketCommonInfo(&packet) != DHCP_OPT_SUCCESS)) { in DhcpRelease()
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp750 dhcpClient->GetPacketCommonInfo(nullptr); in GetPacketCommonInfoFuzzerTest()
755 dhcpClient->GetPacketCommonInfo(&packet); in GetPacketCommonInfoFuzzerTest()
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp95 EXPECT_EQ(DHCP_OPT_FAILED, dhcpClient->GetPacketCommonInfo(NULL)); in HWTEST_F()

Completed in 8 milliseconds