Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ND/
DFreeRTOS_ND_utest.c136 NetworkEndPoint_t xEndPoint1, xEndPoint2, xEndPoint3, * pxEndPoint = &xEndPoint1; in test_eNDGetCacheEntry_Multicast_ValidEndPoint() local
142 xEndPoint2.bits.bIPv6 = 1; in test_eNDGetCacheEntry_Multicast_ValidEndPoint()
150 FreeRTOS_NextEndPoint_ExpectAnyArgsAndReturn( &xEndPoint2 ); in test_eNDGetCacheEntry_Multicast_ValidEndPoint()
219 NetworkEndPoint_t * pxEndPoint, xEndPoint1, xEndPoint2; in test_eNDGetCacheEntry_NDCacheLookupHit_ValidEndPoint() local
226 ( void ) memset( &xEndPoint2, 0, sizeof( NetworkEndPoint_t ) ); in test_eNDGetCacheEntry_NDCacheLookupHit_ValidEndPoint()
233 xNDCache[ xUseEntry ].pxEndPoint = &xEndPoint2; in test_eNDGetCacheEntry_NDCacheLookupHit_ValidEndPoint()
240 TEST_ASSERT_EQUAL_MEMORY( pxEndPoint, &xEndPoint2, sizeof( NetworkEndPoint_t ) ); in test_eNDGetCacheEntry_NDCacheLookupHit_ValidEndPoint()
394 NetworkEndPoint_t * pxEndPoint, xEndPoint1, xEndPoint2; in test_eNDGetCacheEntry_NDCacheLookupHit_Gateway() local
398 pxEndPoint = &xEndPoint2; in test_eNDGetCacheEntry_NDCacheLookupHit_Gateway()
427 NetworkEndPoint_t * pxEndPoint, xEndPoint1, xEndPoint2; in test_eNDGetCacheEntry_NDCacheLookupMiss_Gateway() local
[all …]
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_ARP/
DFreeRTOS_ARP_utest.c1014 struct xNetworkEndPoint xEndPoint2 = { 0 }; in test_eARPProcessPacket_Request_GratuitousARP_NonMatchingEndpoint() local
1042 xARPCache[ 0 ].pxEndPoint = &xEndPoint2; in test_eARPProcessPacket_Request_GratuitousARP_NonMatchingEndpoint()
1061 TEST_ASSERT_EQUAL( &xEndPoint2, xARPCache[ 0 ].pxEndPoint ); in test_eARPProcessPacket_Request_GratuitousARP_NonMatchingEndpoint()
1077 struct xNetworkEndPoint xEndPoint2 = { 0 }; in test_eARPProcessPacket_Request_GratuitousARP_NonMatchingIP() local
1105 xARPCache[ 0 ].pxEndPoint = &xEndPoint2; in test_eARPProcessPacket_Request_GratuitousARP_NonMatchingIP()
1124 TEST_ASSERT_EQUAL( &xEndPoint2, xARPCache[ 0 ].pxEndPoint ); in test_eARPProcessPacket_Request_GratuitousARP_NonMatchingIP()