Home
last modified time | relevance | path

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

/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp503 dhcpClient->DhcpOfferPacketHandle(type, packet, curTimestamp); in HWTEST_F()
506 dhcpClient->DhcpOfferPacketHandle(type, packet, curTimestamp); in HWTEST_F()
509 dhcpClient->DhcpOfferPacketHandle(type, &packet1, curTimestamp); in HWTEST_F()
512 dhcpClient->DhcpOfferPacketHandle(type, &packet1, curTimestamp); in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h74 void DhcpOfferPacketHandle(uint8_t type, const struct DhcpPacket *packet, time_t timestamp);
/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()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp873 void DhcpClientStateMachine::DhcpOfferPacketHandle(uint8_t type, const struct DhcpPacket *packet, time_t timestamp) in DhcpOfferPacketHandle() function in OHOS::DHCP::DhcpClientStateMachine
876 DHCP_LOGE("DhcpOfferPacketHandle() type:%{public}d error!", type); in DhcpOfferPacketHandle()
881 DHCP_LOGE("DhcpOfferPacketHandle() type:%{public}d error, packet == NULL!", type); in DhcpOfferPacketHandle()
887 DHCP_LOGE("DhcpOfferPacketHandle() type:%{public}d GetDhcpOptionUint32 SERVER_IDENTIFIER_OPTION failed!", in DhcpOfferPacketHandle()
899 "DhcpOfferPacketHandle() receive DHCP_OFFER, xid:%{public}u, requestIp: host %{private}u->%{private}s.", in DhcpOfferPacketHandle()
906 DHCP_LOGI("DhcpOfferPacketHandle() receive DHCP_OFFER, serverIp: host %{private}u->%{private}s.", in DhcpOfferPacketHandle()
1419 DhcpOfferPacketHandle(u8Message, &packet, timestamp); in DhcpResponseHandle()

Completed in 7 milliseconds