Searched refs:DhcpOfferPacketHandle (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_client_state_machine_test.cpp | 456 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 D | dhcp_client_state_machine.h | 73 void DhcpOfferPacketHandle(uint8_t type, const struct DhcpPacket *packet, time_t timestamp);
|
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/ |
H A D | dhcpclientfun_fuzzer.cpp | 591 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 D | dhcp_client_state_machine.cpp | 813 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()
|