Lines Matching refs:MACAddress_t

96 static const MACAddress_t xDefaultMACAddress = { 0x22, 0x22, 0x22, 0x22, 0x22, 0x22 };
114 MACAddress_t xMACAddress; in test_eNDGetCacheEntry_MulticastEndPoint()
138 MACAddress_t xMACAddress; in test_eNDGetCacheEntry_Multicast_ValidEndPoint()
168 MACAddress_t xMACAddress; in test_eNDGetCacheEntry_Multicast_InvalidEndPoint()
188 MACAddress_t xMACAddress; in test_eNDGetCacheEntry_NDCacheLookupHit_InvalidEndPoint()
198 …y( xNDCache[ xUseEntry ].xMACAddress.ucBytes, xDefaultMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_eNDGetCacheEntry_NDCacheLookupHit_InvalidEndPoint()
206 …L_MEMORY( xMACAddress.ucBytes, xNDCache[ xUseEntry ].xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_eNDGetCacheEntry_NDCacheLookupHit_InvalidEndPoint()
217 MACAddress_t xMACAddress; in test_eNDGetCacheEntry_NDCacheLookupHit_ValidEndPoint()
228 …y( xNDCache[ xUseEntry ].xMACAddress.ucBytes, xDefaultMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_eNDGetCacheEntry_NDCacheLookupHit_ValidEndPoint()
239 …L_MEMORY( xMACAddress.ucBytes, xNDCache[ xUseEntry ].xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_eNDGetCacheEntry_NDCacheLookupHit_ValidEndPoint()
252 MACAddress_t xMACAddress; in test_eNDGetCacheEntry_NDCacheLookupMiss_InvalidEntry()
279 MACAddress_t xMACAddress; in test_eNDGetCacheEntry_NDCacheLookupMiss_InvalidEntry2()
306 MACAddress_t xMACAddress; in test_eNDGetCacheEntry_NDCacheLookupMiss_NoEntry()
334 MACAddress_t xMACAddress; in test_eNDGetCacheEntry_NDCacheLookupMiss_NoLinkLocal()
366 MACAddress_t xMACAddress; in test_eNDGetCacheEntry_NDCacheLookupMiss_LinkLocal()
392 MACAddress_t xMACAddress; in test_eNDGetCacheEntry_NDCacheLookupHit_Gateway()
402 …y( xNDCache[ xUseEntry ].xMACAddress.ucBytes, xDefaultMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_eNDGetCacheEntry_NDCacheLookupHit_Gateway()
416 …L_MEMORY( xMACAddress.ucBytes, xNDCache[ xUseEntry ].xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_eNDGetCacheEntry_NDCacheLookupHit_Gateway()
425 MACAddress_t xMACAddress; in test_eNDGetCacheEntry_NDCacheLookupMiss_Gateway()
435 …y( xNDCache[ xUseEntry ].xMACAddress.ucBytes, xDefaultMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_eNDGetCacheEntry_NDCacheLookupMiss_Gateway()
457 MACAddress_t xMACAddress; in test_eNDGetCacheEntry_NDCacheLookupMiss_NoEP()
487 MACAddress_t xMACAddress; in test_vNDRefreshCacheEntry_NoMatchingEntryCacheFull()
514 MACAddress_t xMACAddress; in test_vNDRefreshCacheEntry_NoMatchingEntryAdd()
521 ( void ) memcpy( xMACAddress.ucBytes, xDefaultMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_vNDRefreshCacheEntry_NoMatchingEntryAdd()
529 …L_MEMORY( xNDCache[ xUseEntry ].xMACAddress.ucBytes, xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_vNDRefreshCacheEntry_NoMatchingEntryAdd()
539 MACAddress_t xMACAddress; in test_vNDRefreshCacheEntry_MatchingEntryRefresh()
546 ( void ) memcpy( xMACAddress.ucBytes, xDefaultMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_vNDRefreshCacheEntry_MatchingEntryRefresh()
554 …L_MEMORY( xNDCache[ xUseEntry ].xMACAddress.ucBytes, xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_vNDRefreshCacheEntry_MatchingEntryRefresh()
582 MACAddress_t xMACAddress; in test_vNDAgeCache_AgeZero()
597 ( void ) memset( &xMACAddress, 0, sizeof( MACAddress_t ) ); in test_vNDAgeCache_AgeZero()
601 …y( xNDCache[ xUseEntry ].xMACAddress.ucBytes, xDefaultMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_vNDAgeCache_AgeZero()
606 …L_MEMORY( xNDCache[ xUseEntry ].xMACAddress.ucBytes, xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_vNDAgeCache_AgeZero()
656 MACAddress_t xMACAddress; in test_vNDAgeCache_ValidEntryDecrement()
679 MACAddress_t xMACAddress; in test_vNDAgeCache_NSNullEP()
706 MACAddress_t xMACAddress; in test_vNDAgeCache_NSIncorrectDataLen()
742 MACAddress_t xMACAddress; in test_vNDAgeCache_NSHappyPath()
1559 …void ) memcpy( xEndPoint.xMACAddress.ucBytes, xDefaultMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessICMPMessage_IPv6_NeighborSolicitation()
1573 …_MEMORY( pxICMPHeader_IPv6->ucOptionBytes, xEndPoint.xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in test_prvProcessICMPMessage_IPv6_NeighborSolicitation()