Searched refs:ParseDhcpNakPacket (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_client_state_machine.h | 64 void ParseDhcpNakPacket(const struct DhcpPacket *packet, time_t timestamp);
|
/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_client_state_machine_test.cpp | 677 DHCP_LOGI("ParseDhcpNakPacket enter!"); in HWTEST_F() 680 dhcpClient->ParseDhcpNakPacket(packet, curTimestamp); in HWTEST_F() 682 dhcpClient->ParseDhcpNakPacket(&packet1, curTimestamp); in HWTEST_F() 685 dhcpClient->ParseDhcpNakPacket(&packet1, curTimestamp); in HWTEST_F()
|
/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/ |
H A D | dhcpclientfun_fuzzer.cpp | 700 dhcpClient->ParseDhcpNakPacket(nullptr, 1); in ParseDhcpNakPacketFuzzerTest() 704 dhcpClient->ParseDhcpNakPacket(&packet, timestamp); in ParseDhcpNakPacketFuzzerTest()
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_state_machine.cpp | 1261 ParseDhcpNakPacket(packet, timestamp); in DhcpAckOrNakPacketHandle() 1317 void DhcpClientStateMachine::ParseDhcpNakPacket(const struct DhcpPacket *packet, time_t timestamp) in ParseDhcpNakPacket() function in OHOS::DHCP::DhcpClientStateMachine 1320 DHCP_LOGE("ParseDhcpNakPacket error, packet == NULL!"); in ParseDhcpNakPacket() 1324 DHCP_LOGI("ParseDhcpNakPacket receive DHCP_NAK 53, init m_dhcp4State, resend dhcp discover packet!"); in ParseDhcpNakPacket() 1331 DHCP_LOGI("ParseDhcpNakPacket receive DHCP_NAK 53, avoid excessive network traffic, need sleep!"); in ParseDhcpNakPacket() 1336 DHCP_LOGI("ParseDhcpNakPacket sleep:%{public}u", m_resendTimer); in ParseDhcpNakPacket()
|
Completed in 7 milliseconds