Home
last modified time | relevance | path

Searched refs:xMultiCastMacAddress (Results 1 – 2 of 2) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_ND.c574 MACAddress_t xMultiCastMacAddress; in vNDSendNeighbourSolicitation() local
602 xMultiCastMacAddress.ucBytes[ 0 ] = 0x33U; in vNDSendNeighbourSolicitation()
603 xMultiCastMacAddress.ucBytes[ 1 ] = 0x33U; in vNDSendNeighbourSolicitation()
604 xMultiCastMacAddress.ucBytes[ 2 ] = 0xffU; in vNDSendNeighbourSolicitation()
605 xMultiCastMacAddress.ucBytes[ 3 ] = pxIPAddress->ucBytes[ 13 ]; in vNDSendNeighbourSolicitation()
606 xMultiCastMacAddress.ucBytes[ 4 ] = pxIPAddress->ucBytes[ 14 ]; in vNDSendNeighbourSolicitation()
607 xMultiCastMacAddress.ucBytes[ 5 ] = pxIPAddress->ucBytes[ 15 ]; in vNDSendNeighbourSolicitation()
610 …d ) memcpy( pxICMPPacket->xEthernetHeader.xSourceAddress.ucBytes, xMultiCastMacAddress.ucBytes, ip… in vNDSendNeighbourSolicitation()
DFreeRTOS_RA.c137 MACAddress_t xMultiCastMacAddress; in vNDSendRouterSolicitation() local
175 ( void ) eNDGetCacheEntry( pxIPAddress, &( xMultiCastMacAddress ), NULL ); in vNDSendRouterSolicitation()
178 …d ) memcpy( pxICMPPacket->xEthernetHeader.xSourceAddress.ucBytes, xMultiCastMacAddress.ucBytes, ip… in vNDSendRouterSolicitation()