Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp456 dhcpClient->DhcpOfferPacketHandle(type, packet, curTimestamp);
459 dhcpClient->DhcpOfferPacketHandle(type, packet, curTimestamp);
462 dhcpClient->DhcpOfferPacketHandle(type, &packet1, curTimestamp);
465 dhcpClient->DhcpOfferPacketHandle(type, &packet1, curTimestamp);
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h73 void DhcpOfferPacketHandle(uint8_t type, const struct DhcpPacket *packet, time_t timestamp);
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp591 dhcpClient->DhcpOfferPacketHandle(type, nullptr, timestam); in DhcpOfferPacketHandleFuzzerTest()
592 dhcpClient->DhcpOfferPacketHandle(type, &packet, timestam); in DhcpOfferPacketHandleFuzzerTest()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp813 void DhcpClientStateMachine::DhcpOfferPacketHandle(uint8_t type, const struct DhcpPacket *packet, t… in DhcpOfferPacketHandle() function in OHOS::DHCP::DhcpClientStateMachine
1359 DhcpOfferPacketHandle(u8Message, &packet, timestamp); in DhcpResponseHandle()