Lines Matching refs:MACAddress_t

99                                               MACAddress_t * const pxMACAddress,
103 MACAddress_t * const pxMACAddress,
108 static BaseType_t prvFindCacheEntry( const MACAddress_t * pxMACAddress,
131 MACAddress_t xARPClashMacAddress;
309 const MACAddress_t xGARPTargetAddress = { { 0, 0, 0, 0, 0, 0 } }; in eARPProcessPacket()
317 MACAddress_t xHardwareAddress; in eARPProcessPacket()
402 ( void ) memcpy( pvCopyDest, pvCopySource, sizeof( MACAddress_t ) ); in vARPProcessPacketRequest()
412 ( void ) memcpy( pvCopyDest, pvCopySource, sizeof( MACAddress_t ) ); in vARPProcessPacketRequest()
572 MACAddress_t xMACAddress; in xCheckRequiresARPResolution()
623 uint32_t ulARPRemoveCacheEntryByMac( const MACAddress_t * pxMACAddress ) in ulARPRemoveCacheEntryByMac()
654 void vARPRefreshCacheEntryAge( const MACAddress_t * pxMACAddress, in vARPRefreshCacheEntryAge()
690 void vARPRefreshCacheEntry( const MACAddress_t * pxMACAddress, in vARPRefreshCacheEntry()
776 static BaseType_t prvFindCacheEntry( const MACAddress_t * pxMACAddress, in prvFindCacheEntry()
897 eARPLookupResult_t eARPGetCacheEntryByMac( const MACAddress_t * const pxMACAddress, in eARPGetCacheEntryByMac()
917 … memcmp( pxMACAddress->ucBytes, xARPCache[ x ].xMACAddress.ucBytes, sizeof( MACAddress_t ) ) == 0 ) in eARPGetCacheEntryByMac()
956 MACAddress_t * const pxMACAddress, in eARPGetCacheEntry()
995 … ( void ) memcpy( pxMACAddress->ucBytes, xBroadcastMACAddress.ucBytes, sizeof( MACAddress_t ) ); in eARPGetCacheEntry()
1023 MACAddress_t * const pxMACAddress, in eARPGetCacheEntryGateWay()
1118 MACAddress_t * const pxMACAddress, in prvCacheLookup()
1140 …void ) memcpy( pxMACAddress->ucBytes, xARPCache[ x ].xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in prvCacheLookup()
1355 MACAddress_t xMACAddress; in xARPWaitResolution()