Lines Matching refs:MACAddress_t
86 MACAddress_t * const pxMACAddress,
91 MACAddress_t * const pxMACAddress,
150 MACAddress_t * const pxMACAddress, in prvMACResolve()
188 MACAddress_t * const pxMACAddress, in eNDGetCacheEntry()
282 void vNDRefreshCacheEntry( const MACAddress_t * pxMACAddress, in vNDRefreshCacheEntry()
321 …mcpy( xNDCache[ xEntryFound ].xMACAddress.ucBytes, pxMACAddress->ucBytes, sizeof( MACAddress_t ) ); in vNDRefreshCacheEntry()
420 MACAddress_t * const pxMACAddress, in prvNDCacheLookup()
435 … void ) memcpy( pxMACAddress->ucBytes, xNDCache[ x ].xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in prvNDCacheLookup()
574 MACAddress_t xMultiCastMacAddress; in vNDSendNeighbourSolicitation()
1073 …emcpy( pxICMPHeader_IPv6->ucOptionBytes, pxEndPoint->xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in prvProcessICMPMessage_IPv6()
1085 … vNDRefreshCacheEntry( ( ( const MACAddress_t * ) pxICMPHeader_IPv6->ucOptionBytes ), in prvProcessICMPMessage_IPv6()
1188 …emcpy( pxICMPHeader_IPv6->ucOptionBytes, pxEndPoint->xMACAddress.ucBytes, sizeof( MACAddress_t ) ); in FreeRTOS_OutputAdvertiseIPv6()