Lines Matching refs:ucBytes
205 … FreeRTOS_printf( ( "eNDGetCacheEntry: lookup %pip miss\n", ( void * ) pxIPAddress->ucBytes ) ); in eNDGetCacheEntry()
222 ( void * ) pxIPAddress->ucBytes, in eNDGetCacheEntry()
223 ( void * ) pxEndPoint->ipv6_settings.xIPAddress.ucBytes ) ); in eNDGetCacheEntry()
242 … FreeRTOS_printf( ( "eNDGetCacheEntry: LinkLocal %pip \"%s\"\n", ( void * ) pxIPAddress->ucBytes, in eNDGetCacheEntry()
251 …( void ) memcpy( pxIPAddress->ucBytes, pxEndPoint->ipv6_settings.xGatewayAddress.ucBytes, ipSIZE_O… in eNDGetCacheEntry()
252 … FreeRTOS_printf( ( "eNDGetCacheEntry: Using gw %pip\n", ( void * ) pxIPAddress->ucBytes ) ); in eNDGetCacheEntry()
253 … "eNDGetCacheEntry: From addr %pip\n", ( void * ) pxEndPoint->ipv6_settings.xIPAddress.ucBytes ) ); in eNDGetCacheEntry()
260 …eEntry: found end-point %pip\n", ( void * ) ( *ppxEndPoint )->ipv6_settings.xIPAddress.ucBytes ) ); in eNDGetCacheEntry()
299 …else if( memcmp( xNDCache[ x ].xIPAddress.ucBytes, pxIPAddress->ucBytes, ipSIZE_OF_IPv6_ADDRESS ) … in vNDRefreshCacheEntry()
319 …( void ) memcpy( xNDCache[ xEntryFound ].xIPAddress.ucBytes, pxIPAddress->ucBytes, ipSIZE_OF_IPv6_… in vNDRefreshCacheEntry()
321 …( void ) memcpy( xNDCache[ xEntryFound ].xMACAddress.ucBytes, pxMACAddress->ucBytes, sizeof( MACAd… in vNDRefreshCacheEntry()
328 … FreeRTOS_printf( ( "vNDRefreshCacheEntry: %pip not found\n", ( void * ) pxIPAddress->ucBytes ) ); in vNDRefreshCacheEntry()
433 …else if( memcmp( xNDCache[ x ].xIPAddress.ucBytes, pxAddressToLookup->ucBytes, ipSIZE_OF_IPv6_ADDR… in prvNDCacheLookup()
435 …( void ) memcpy( pxMACAddress->ucBytes, xNDCache[ x ].xMACAddress.ucBytes, sizeof( MACAddress_t ) … in prvNDCacheLookup()
445 ( void * ) pxAddressToLookup->ucBytes, in prvNDCacheLookup()
446 pxMACAddress->ucBytes[ 0 ], in prvNDCacheLookup()
447 pxMACAddress->ucBytes[ 1 ], in prvNDCacheLookup()
448 pxMACAddress->ucBytes[ 2 ], in prvNDCacheLookup()
449 pxMACAddress->ucBytes[ 3 ], in prvNDCacheLookup()
450 pxMACAddress->ucBytes[ 4 ], in prvNDCacheLookup()
451 pxMACAddress->ucBytes[ 5 ] ) ); in prvNDCacheLookup()
462 … FreeRTOS_printf( ( "prvNDCacheLookup %pip Miss\n", ( void * ) pxAddressToLookup->ucBytes ) ); in prvNDCacheLookup()
494 ( void * ) xNDCache[ x ].xIPAddress.ucBytes, in FreeRTOS_PrintNDCache()
495 xNDCache[ x ].xMACAddress.ucBytes[ 0 ], in FreeRTOS_PrintNDCache()
496 xNDCache[ x ].xMACAddress.ucBytes[ 1 ], in FreeRTOS_PrintNDCache()
497 xNDCache[ x ].xMACAddress.ucBytes[ 2 ], in FreeRTOS_PrintNDCache()
498 xNDCache[ x ].xMACAddress.ucBytes[ 3 ], in FreeRTOS_PrintNDCache()
499 xNDCache[ x ].xMACAddress.ucBytes[ 4 ], in FreeRTOS_PrintNDCache()
500 xNDCache[ x ].xMACAddress.ucBytes[ 5 ], in FreeRTOS_PrintNDCache()
528 …cpy( pxICMPPacket->xIPHeader.xDestinationAddress.ucBytes, pxICMPPacket->xIPHeader.xSourceAddress.u… in prvReturnICMP_IPv6()
529 … ) memcpy( pxICMPPacket->xIPHeader.xSourceAddress.ucBytes, pxEndPoint->ipv6_settings.xIPAddress.uc… in prvReturnICMP_IPv6()
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 …id ) memcpy( pxICMPPacket->xEthernetHeader.xSourceAddress.ucBytes, xMultiCastMacAddress.ucBytes, i… in vNDSendNeighbourSolicitation()
611 …mcpy( pxICMPPacket->xEthernetHeader.xDestinationAddress.ucBytes, pxEndPoint->xMACAddress.ucBytes, … in vNDSendNeighbourSolicitation()
623 … ) memcpy( pxICMPPacket->xIPHeader.xSourceAddress.ucBytes, pxEndPoint->ipv6_settings.xIPAddress.uc… in vNDSendNeighbourSolicitation()
626 ( void ) memset( xTargetIPAddress.ucBytes, 0, sizeof( xTargetIPAddress.ucBytes ) ); in vNDSendNeighbourSolicitation()
627 xTargetIPAddress.ucBytes[ 0 ] = 0xff; in vNDSendNeighbourSolicitation()
628 xTargetIPAddress.ucBytes[ 1 ] = 0x02; in vNDSendNeighbourSolicitation()
629 xTargetIPAddress.ucBytes[ 11 ] = 0x01; in vNDSendNeighbourSolicitation()
630 xTargetIPAddress.ucBytes[ 12 ] = 0xff; in vNDSendNeighbourSolicitation()
631 xTargetIPAddress.ucBytes[ 13 ] = pxIPAddress->ucBytes[ 13 ]; in vNDSendNeighbourSolicitation()
632 xTargetIPAddress.ucBytes[ 14 ] = pxIPAddress->ucBytes[ 14 ]; in vNDSendNeighbourSolicitation()
633 xTargetIPAddress.ucBytes[ 15 ] = pxIPAddress->ucBytes[ 15 ]; in vNDSendNeighbourSolicitation()
634 … void ) memcpy( pxICMPPacket->xIPHeader.xDestinationAddress.ucBytes, xTargetIPAddress.ucBytes, ipS… in vNDSendNeighbourSolicitation()
639 …( void ) memcpy( pxICMPHeader_IPv6->xIPv6Address.ucBytes, pxIPAddress->ucBytes, ipSIZE_OF_IPv6_ADD… in vNDSendNeighbourSolicitation()
642 …( void ) memcpy( pxICMPHeader_IPv6->ucOptionBytes, pxEndPoint->xMACAddress.ucBytes, ipMAC_ADDRESS_… in vNDSendNeighbourSolicitation()
732 ( void * ) pxIPAddress->ucBytes ) ); in FreeRTOS_SendPingRequestIPv6()
762 …( void ) memcpy( pxICMPPacket->xIPHeader.xDestinationAddress.ucBytes, pxIPAddress->ucBytes, ipSIZE… in FreeRTOS_SendPingRequestIPv6()
763 … ) memcpy( pxICMPPacket->xIPHeader.xSourceAddress.ucBytes, pxEndPoint->ipv6_settings.xIPAddress.uc… in FreeRTOS_SendPingRequestIPv6()
764 …S_printf( ( "ICMP send from %pip\n", ( void * ) pxICMPPacket->xIPHeader.xSourceAddress.ucBytes ) ); in FreeRTOS_SendPingRequestIPv6()
782 … ( void ) memset( pxNetworkBuffer->xIPAddress.xIP_IPv6.ucBytes, 0, ipSIZE_OF_IPv6_ADDRESS ); in FreeRTOS_SendPingRequestIPv6()
783 …( void ) memcpy( pxNetworkBuffer->xIPAddress.xIP_IPv6.ucBytes, pxIPAddress->ucBytes, ipSIZE_OF_IPv… in FreeRTOS_SendPingRequestIPv6()
900 …if( memcmp( pxIPv6Address->ucBytes, pxIPHeader->xSourceAddress.ucBytes, ipSIZE_OF_IPv6_ADDRESS ) =… in prvCheckWaitingBuffer()
952 ( void * ) pxICMPPacket->xIPHeader.xSourceAddress.ucBytes, in prvProcessICMPMessage_IPv6()
953 … ( void * ) pxICMPPacket->xIPHeader.xDestinationAddress.ucBytes, in prvProcessICMPMessage_IPv6()
1035 ( void * ) pxICMPHeader_IPv6->xIPv6Address.ucBytes, in prvProcessICMPMessage_IPv6()
1055 …Compare = memcmp( pxICMPHeader_IPv6->xIPv6Address.ucBytes, pxEndPoint->ipv6_settings.xIPAddress.uc… in prvProcessICMPMessage_IPv6()
1058 ( void * ) pxICMPHeader_IPv6->xIPv6Address.ucBytes, in prvProcessICMPMessage_IPv6()
1059 ( void * ) pxEndPoint->ipv6_settings.xIPAddress.ucBytes, in prvProcessICMPMessage_IPv6()
1073 …void ) memcpy( pxICMPHeader_IPv6->ucOptionBytes, pxEndPoint->xMACAddress.ucBytes, sizeof( MACAddre… in prvProcessICMPMessage_IPv6()
1075 …eader_IPv6->xIPv6Address.ucBytes, pxEndPoint->ipv6_settings.xIPAddress.ucBytes, sizeof( pxICMPHead… in prvProcessICMPMessage_IPv6()
1089 ( void * ) pxICMPHeader_IPv6->xIPv6Address.ucBytes ) ); in prvProcessICMPMessage_IPv6()
1151 … ( void ) memset( pxNetworkBuffer->xIPAddress.xIP_IPv6.ucBytes, 0, ipSIZE_OF_IPv6_ADDRESS ); in FreeRTOS_OutputAdvertiseIPv6()
1164 …( void ) memcpy( pxICMPPacket->xEthernetHeader.xDestinationAddress.ucBytes, pcLOCAL_ALL_NODES_MULT… in FreeRTOS_OutputAdvertiseIPv6()
1165 … ) memcpy( pxICMPPacket->xEthernetHeader.xSourceAddress.ucBytes, pxEndPoint->xMACAddress.ucBytes, … in FreeRTOS_OutputAdvertiseIPv6()
1175 … ) memcpy( pxICMPPacket->xIPHeader.xSourceAddress.ucBytes, pxEndPoint->ipv6_settings.xIPAddress.uc… in FreeRTOS_OutputAdvertiseIPv6()
1176 …( void ) memcpy( pxICMPPacket->xIPHeader.xDestinationAddress.ucBytes, pcLOCAL_ALL_NODES_MULTICAST_… in FreeRTOS_OutputAdvertiseIPv6()
1188 …( void ) memcpy( pxICMPHeader_IPv6->ucOptionBytes, pxEndPoint->xMACAddress.ucBytes, sizeof( MACAdd… in FreeRTOS_OutputAdvertiseIPv6()
1190 …eader_IPv6->xIPv6Address.ucBytes, pxEndPoint->ipv6_settings.xIPAddress.ucBytes, sizeof( pxICMPHead… in FreeRTOS_OutputAdvertiseIPv6()
1261 … ( void ) memcpy( pxIPAddress->ucBytes, pxPrefix->ucBytes, ( uxPrefixLength + 7U ) / 8U ); in FreeRTOS_CreateIPv6Address()
1274 pxIPAddress->ucBytes[ uxIndex ] &= ucNetMask; in FreeRTOS_CreateIPv6Address()
1275 pxIPAddress->ucBytes[ uxIndex ] |= ( pucSource[ 0 ] & ( ( uint8_t ) uxHostMask ) ); in FreeRTOS_CreateIPv6Address()
1282 …( void ) memcpy( &( pxIPAddress->ucBytes[ uxIndex ] ), pucSource, ipSIZE_OF_IPv6_ADDRESS - uxIndex… in FreeRTOS_CreateIPv6Address()