Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp69 m_sentPacketNum(0), in DhcpClientStateMachine()
364 m_sentPacketNum = 0; in DhcpInit()
461 m_sentPacketNum = 0; in ExecDhcpRenew()
563 m_sentPacketNum, in InitSelecting()
566 m_sentPacketNum++; in InitSelecting()
653 m_sentPacketNum, in SendReboot()
656 m_sentPacketNum++; in SendReboot()
719 m_sentPacketNum++; in Requesting()
729 m_sentPacketNum++; in Renewing()
741 m_sentPacketNum++; in Rebinding()
[all …]
/ohos5.0/foundation/communication/dhcp/test/fuzztest/dhcpclientfun_fuzzer/
H A Ddhcpclientfun_fuzzer.cpp508 dhcpClient->m_sentPacketNum = TIMEOUT_TIMES_MAX + 1; in InitSelectingFuzzerTest()
523 dhcpClient->m_sentPacketNum = 1; in SendRebootFuzzerTest()
526 dhcpClient->m_sentPacketNum = TWO; in SendRebootFuzzerTest()
539 dhcpClient->m_sentPacketNum = TIMEOUT_TIMES_MAX + 1; in RequestingFuzzerTest()
542 dhcpClient->m_sentPacketNum = TWO; in RequestingFuzzerTest()
842 dhcpClient->m_sentPacketNum = THREE; in SlowArpDetectFuzzerTest()
845 dhcpClient->m_sentPacketNum = TWO; in SlowArpDetectFuzzerTest()
848 dhcpClient->m_sentPacketNum = 0; in SlowArpDetectFuzzerTest()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h128 uint32_t m_sentPacketNum; variable
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp563 dhcpClient->m_sentPacketNum = 16;