Searched refs:xMultiCastMacAddress (Results 1 – 2 of 2) sorted by relevance
574 MACAddress_t xMultiCastMacAddress; in vNDSendNeighbourSolicitation() local602 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()
137 MACAddress_t xMultiCastMacAddress; in vNDSendRouterSolicitation() local175 ( void ) eNDGetCacheEntry( pxIPAddress, &( xMultiCastMacAddress ), NULL ); in vNDSendRouterSolicitation()178 …d ) memcpy( pxICMPPacket->xEthernetHeader.xSourceAddress.ucBytes, xMultiCastMacAddress.ucBytes, ip… in vNDSendRouterSolicitation()