Home
last modified time | relevance | path

Searched refs:AddClientIdToOpts (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h45 int AddClientIdToOpts(struct DhcpPacket *packet);
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp602 EXPECT_EQ(DHCP_OPT_FAILED, dhcpClient->AddClientIdToOpts(nullptr));
603 EXPECT_EQ(DHCP_OPT_SUCCESS, dhcpClient->AddClientIdToOpts(&packet));
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp629 AddClientIdToOpts(&packet); // 61 in DhcpReboot()
1468 AddClientIdToOpts(packet); // 61 in GetPacketCommonInfo()
1473 int DhcpClientStateMachine::AddClientIdToOpts(struct DhcpPacket *packet) in AddClientIdToOpts() function in OHOS::DHCP::DhcpClientStateMachine
1692 AddClientIdToOpts(&packet); in DhcpDecline()
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp759 dhcpClient->AddClientIdToOpts(nullptr); in AddClientIdToOptsFuzzerTest()
762 dhcpClient->AddClientIdToOpts(&packet); in AddClientIdToOptsFuzzerTest()