Lines Matching refs:MACAddress_t
269 … &( xARPFrame.xARPHeader.xSenderHardwareAddress ), &xBroadcastMACAddress, sizeof( MACAddress_t ) ); in test_eARPProcessPacket_SourceMACIsBroadcast()
425 memset( ipLOCAL_MAC_ADDRESS, 0x22, sizeof( MACAddress_t ) ); in test_eARPProcessPacket_Request_SenderMACSameAsLocalMAC()
426 …y( &( xARPFrame.xARPHeader.xSenderHardwareAddress ), ipLOCAL_MAC_ADDRESS, sizeof( MACAddress_t ) ); in test_eARPProcessPacket_Request_SenderMACSameAsLocalMAC()
522 memset( ipLOCAL_MAC_ADDRESS, 0x22, sizeof( MACAddress_t ) ); in test_eARPProcessPacket_Reply_TargetIPSameAsLocalIP()
523 …y( &( xARPFrame.xARPHeader.xSenderHardwareAddress ), ipLOCAL_MAC_ADDRESS, sizeof( MACAddress_t ) ); in test_eARPProcessPacket_Reply_TargetIPSameAsLocalIP()
557 memset( ipLOCAL_MAC_ADDRESS, 0x22, sizeof( MACAddress_t ) ); in test_eARPProcessPacket_Reply_TargetIPNotSameAsLocalIP_ButEntryInCache()
558 …y( &( xARPFrame.xARPHeader.xSenderHardwareAddress ), ipLOCAL_MAC_ADDRESS, sizeof( MACAddress_t ) ); in test_eARPProcessPacket_Reply_TargetIPNotSameAsLocalIP_ButEntryInCache()
952 const MACAddress_t xMACAddress = { 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA }; in test_ulARPRemoveCacheEntryByMac_NoMatch()
976 const MACAddress_t xMACAddress = { 0xAA, 0xAA, 0xAA, 0xAA, 0xAA, 0xAA }; in test_ulARPRemoveCacheEntryByMac_OneMatchingEntry()
1000 MACAddress_t xMACAddress; in test_vARPRefreshCacheEntry_NULLMAC_NoMatchingEntry()
1024 MACAddress_t xMACAddress; in test_vARPRefreshCacheEntry_NULLMAC_MatchingEntry()
1051 MACAddress_t xMACAddress; in test_vARPRefreshCacheEntry_MACWontMatch_IPWillMatch()
1082 MACAddress_t xMACAddress; in test_vARPRefreshCacheEntry_MACAndIPWillMatch()
1116 MACAddress_t xMACAddress; in test_vARPRefreshCacheEntry_IPOnADifferentSubnet()
1152 MACAddress_t xMACAddress; in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations()
1192 MACAddress_t xMACAddress; in test_vARPRefreshCacheEntry_IPAndMACInDifferentLocations1()
1229 MACAddress_t xMACAddress = { 0x22, 0x22, 0x22, 0x22, 0x22, 0x22 }; in test_eARPGetCacheEntryByMac_catchAssert()
1241 MACAddress_t xMACAddress = { 0x22, 0x22, 0x22, 0x22, 0x22, 0x22 }; in test_eARPGetCacheEntryByMac_NoMatchingEntries()
1262 MACAddress_t xMACAddress = { 0x22, 0x22, 0x22, 0x22, 0x22, 0x22 }; in test_eARPGetCacheEntryByMac_OneMatchingEntry()
1285 MACAddress_t xMACAddress; in test_eARPGetCacheEntry_CatchAssert()
1294 MACAddress_t xMACAddress; in test_eARPGetCacheEntry_IPMatchesBroadcastAddr()
1311 MACAddress_t xMACAddress; in test_eARPGetCacheEntry_IPMatchesOtherBroadcastAddr()
1328 MACAddress_t xMACAddress; in test_eARPGetCacheEntry_LocalIPIsZero()
1345 MACAddress_t xMACAddress; in test_eARPGetCacheEntry_LocalIPMatchesReceivedIP()
1362 MACAddress_t xMACAddress; in test_eARPGetCacheEntry_MatchingInvalidEntry()
1384 MACAddress_t xMACAddress; in test_eARPGetCacheEntry_MatchingValidEntry()
1407 MACAddress_t xMACAddress; in test_eARPGetCacheEntry_GatewayAddressZero()
1431 MACAddress_t xMACAddress; in test_eARPGetCacheEntry_AddressNotOnLocalAddress()
1451 MACAddress_t xMACAddress; in test_eARPGetCacheEntry_NoCacheHit()