Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ARP/
DFreeRTOS_ARP_utest.c2651 uint32_t xNetworkInterfaceOutput_ARP_STUB_CallCount = 0; variable
2656 xNetworkInterfaceOutput_ARP_STUB_CallCount++; in xNetworkInterfaceOutput_ARP_STUB()
2677 xNetworkInterfaceOutput_ARP_STUB_CallCount = 0; in test_FreeRTOS_OutputARPRequest()
2688 TEST_ASSERT_EQUAL( xNetworkInterfaceOutput_ARP_STUB_CallCount, 1 ); in test_FreeRTOS_OutputARPRequest()
2693 xNetworkInterfaceOutput_ARP_STUB_CallCount = 0; in test_FreeRTOS_OutputARPRequest()
2705 TEST_ASSERT_EQUAL( xNetworkInterfaceOutput_ARP_STUB_CallCount, 0 ); in test_FreeRTOS_OutputARPRequest()
2710 xNetworkInterfaceOutput_ARP_STUB_CallCount = 0; in test_FreeRTOS_OutputARPRequest()
2720 TEST_ASSERT_EQUAL( xNetworkInterfaceOutput_ARP_STUB_CallCount, 0 ); in test_FreeRTOS_OutputARPRequest()
2724 xNetworkInterfaceOutput_ARP_STUB_CallCount = 0; in test_FreeRTOS_OutputARPRequest()
2735 TEST_ASSERT_EQUAL( xNetworkInterfaceOutput_ARP_STUB_CallCount, 0 ); in test_FreeRTOS_OutputARPRequest()
[all …]