Lines Matching refs:MACAddress_t
86 MACAddress_t * const pxMACAddress );
111 MACAddress_t xARPClashMacAddress;
272 sizeof( MACAddress_t ) ); in eARPProcessPacket()
283 ( void ) memcpy( pvCopyDest, pvCopySource, sizeof( MACAddress_t ) ); in eARPProcessPacket()
440 uint32_t ulARPRemoveCacheEntryByMac( const MACAddress_t * pxMACAddress ) in ulARPRemoveCacheEntryByMac()
472 void vARPRefreshCacheEntry( const MACAddress_t * pxMACAddress, in vARPRefreshCacheEntry()
654 eARPLookupResult_t eARPGetCacheEntryByMac( const MACAddress_t * const pxMACAddress, in eARPGetCacheEntryByMac()
668 … memcmp( pxMACAddress->ucBytes, xARPCache[ x ].xMACAddress.ucBytes, sizeof( MACAddress_t ) ) == 0 ) in eARPGetCacheEntryByMac()
697 MACAddress_t * const pxMACAddress ) in eARPGetCacheEntry()
718 … ( void ) memcpy( pxMACAddress->ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in eARPGetCacheEntry()
814 MACAddress_t * const pxMACAddress ) in prvCacheLookup()
835 …void ) memcpy( pxMACAddress->ucBytes, xARPCache[ x ].xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in prvCacheLookup()
997 MACAddress_t xMACAddress; in xARPWaitResolution()