Lines Matching refs:xIPAddress
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()
249 …if( memcmp( pxPoint->ipv6_settings.xIPAddress.ucBytes, pxICMPHeader_IPv6->xIPv6Address.ucBytes, ip… in vReceiveNA()
490 iptraceRA_SUCCEDEED( &( pxEndPoint->ipv6_settings.xIPAddress ) ); in xRAProcess_HandleWaitStates()
492 ( void * ) pxEndPoint->ipv6_settings.xIPAddress.ucBytes, in xRAProcess_HandleWaitStates()
500 … iptraceRA_REQUESTS_FAILED_USING_DEFAULT_IP_ADDRESS( &( pxEndPoint->ipv6_settings.xIPAddress ) ); in xRAProcess_HandleWaitStates()
502 …ult parameters and IP address %pip\n", ( void * ) pxEndPoint->ipv6_settings.xIPAddress.ucBytes ) ); in xRAProcess_HandleWaitStates()
538 IPv6_Address_t xIPAddress; in xRAProcess_HandleOtherStates() local
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()
553 vNDSendRouterSolicitation( pxNetworkBuffer, &( xIPAddress ) ); in xRAProcess_HandleOtherStates()
575 …( void ) FreeRTOS_CreateIPv6Address( &pxEndPoint->ipv6_settings.xIPAddress, &pxEndPoint->ipv6_sett… in xRAProcess_HandleOtherStates()
580 …A: Neighbour solicitation for %pip\n", ( void * ) pxEndPoint->ipv6_settings.xIPAddress.ucBytes ) ); in xRAProcess_HandleOtherStates()
588 … vNDSendNeighbourSolicitation( pxNetworkBuffer, &( pxEndPoint->ipv6_settings.xIPAddress ) ); in xRAProcess_HandleOtherStates()
664 ( void * ) pxEndPoint->ipv6_defaults.xIPAddress.ucBytes, in vRAProcess()