Lines Matching refs:ucBytes

110             if( ( pxEndPoint->ipv6_settings.xIPAddress.ucBytes[ 0 ] == 0xfeU ) &&  in xGetLinkLocalAddress()
111 ( ( pxEndPoint->ipv6_settings.xIPAddress.ucBytes[ 1 ] & 0xc0U ) == 0x80U ) ) in xGetLinkLocalAddress()
113 …( void ) memcpy( pxAddress->ucBytes, pxEndPoint->ipv6_settings.xIPAddress.ucBytes, ipSIZE_OF_IPv6_… in xGetLinkLocalAddress()
151 ( void ) memset( xSourceAddress.ucBytes, 0, ipSIZE_OF_IPv6_ADDRESS ); in vNDSendRouterSolicitation()
155 FreeRTOS_printf( ( "RA: source %pip\n", ( void * ) xSourceAddress.ucBytes ) ); in vNDSendRouterSolicitation()
178 …id ) memcpy( pxICMPPacket->xEthernetHeader.xSourceAddress.ucBytes, xMultiCastMacAddress.ucBytes, i… in vNDSendRouterSolicitation()
179 …mcpy( pxICMPPacket->xEthernetHeader.xDestinationAddress.ucBytes, pxEndPoint->xMACAddress.ucBytes, … in vNDSendRouterSolicitation()
193 …( void ) memcpy( pxICMPPacket->xIPHeader.xSourceAddress.ucBytes, xSourceAddress.ucBytes, ipSIZE_OF… in vNDSendRouterSolicitation()
195 …( void ) memcpy( pxICMPPacket->xIPHeader.xDestinationAddress.ucBytes, pxIPAddress->ucBytes, ipSIZE… in vNDSendRouterSolicitation()
249 …if( memcmp( pxPoint->ipv6_settings.xIPAddress.ucBytes, pxICMPHeader_IPv6->xIPv6Address.ucBytes, ip… in vReceiveNA()
404 …( void ) memcpy( pxEndPoint->ipv6_settings.xPrefix.ucBytes, pxPrefixOption->ucPrefix, ipSIZE_OF_IP… in vReceiveRA()
405 …emcpy( pxEndPoint->ipv6_settings.xGatewayAddress.ucBytes, pxICMPPacket->xIPHeader.xSourceAddress.u… in vReceiveRA()
492 ( void * ) pxEndPoint->ipv6_settings.xIPAddress.ucBytes, in xRAProcess_HandleWaitStates()
502 …ult parameters and IP address %pip\n", ( void * ) pxEndPoint->ipv6_settings.xIPAddress.ucBytes ) ); in xRAProcess_HandleWaitStates()
543 ( void ) memset( xIPAddress.ucBytes, 0, sizeof( xIPAddress.ucBytes ) ); in xRAProcess_HandleOtherStates()
544 xIPAddress.ucBytes[ 0 ] = 0xffU; in xRAProcess_HandleOtherStates()
545 xIPAddress.ucBytes[ 1 ] = 0x02U; in xRAProcess_HandleOtherStates()
546 xIPAddress.ucBytes[ 15 ] = 0x02U; in xRAProcess_HandleOtherStates()
580 …A: Neighbour solicitation for %pip\n", ( void * ) pxEndPoint->ipv6_settings.xIPAddress.ucBytes ) ); in xRAProcess_HandleOtherStates()
664 ( void * ) pxEndPoint->ipv6_defaults.xIPAddress.ucBytes, in vRAProcess()