Searched refs:xARPHadIPClash (Results 1 – 8 of 8) sorted by relevance
75 extern BaseType_t xARPHadIPClash;
46 BaseType_t xARPHadIPClash; variable
3864 xARPHadIPClash = pdFALSE; in test_vDHCPProcess_eGetLinkLayerAddress_Timeout_NoARPIPClash()3887 xARPHadIPClash = pdTRUE; in test_vDHCPProcess_eGetLinkLayerAddress_Timeout_ARPIPClash()3911 xARPHadIPClash = pdTRUE; in test_vDHCPProcess_eGetLinkLayerAddress_NoTimeout()
26 extern BaseType_t xARPHadIPClash;621 xARPHadIPClash = pdFALSE; in test_eARPProcessPacket_Reply_SenderAndTargetSame()625 TEST_ASSERT_EQUAL( pdTRUE, xARPHadIPClash ); in test_eARPProcessPacket_Reply_SenderAndTargetSame()629 xARPHadIPClash = pdFALSE; in test_eARPProcessPacket_Reply_SenderAndTargetSame()636 TEST_ASSERT_EQUAL( pdTRUE, xARPHadIPClash ); in test_eARPProcessPacket_Reply_SenderAndTargetSame()
483 if( xARPHadIPClash == pdFALSE ) in vDHCPProcess()1275 …xARPHadIPClash = pdFALSE; /* reset flag th… in prvPrepareLinkLayerIPLookUp()
109 BaseType_t xARPHadIPClash; variable233 xARPHadIPClash = pdTRUE; in eARPProcessPacket()