Lines Matching refs:xLocalAddress
1727 …oid ) memcpy( pxSocket->xLocalAddress.xIP_IPv6.ucBytes, pxAddress->sin_address.xIP_IPv6.ucBytes, s… in FreeRTOS_bind()
1734 … pxSocket->xLocalAddress.ulIP_IPv4 = FreeRTOS_ntohl( pxAddress->sin_address.ulIP_IPv4 ); in FreeRTOS_bind()
1750 …( void ) memset( pxSocket->xLocalAddress.xIP_IPv6.ucBytes, 0, sizeof( pxSocket->xLocalAddress.xIP_… in FreeRTOS_bind()
1818 …oid ) memcpy( pxSocket->xLocalAddress.xIP_IPv6.ucBytes, pxAddress->sin_address.xIP_IPv6.ucBytes, s… in prvSocketBindAdd()
1837 …pxSocket->xLocalAddress.ulIP_IPv4 = FreeRTOS_ntohl( pxSocket->pxEndPoint->ipv4_settings.ulIPAddres… in prvSocketBindAdd()
1849 …( void ) memset( pxSocket->xLocalAddress.xIP_IPv6.ucBytes, 0, sizeof( pxSocket->xLocalAddress.xIP_… in prvSocketBindAdd()
2192 ( unsigned ) pxSocket->xLocalAddress.ulIP_IPv4, in prvSocketProps()
2202 ( void * ) pxSocket->xLocalAddress.xIP_IPv6.ucBytes, in prvSocketProps()
2225 ( unsigned ) pxSocket->xLocalAddress.ulIP_IPv4, in prvSocketProps()
2234 ( void * ) pxSocket->xLocalAddress.xIP_IPv6.ucBytes, in prvSocketProps()
3485 … pxAddress->sin_address.ulIP_IPv4 = FreeRTOS_htonl( pxSocket->xLocalAddress.ulIP_IPv4 ); in FreeRTOS_GetLocalAddress()
3496 …( void ) memcpy( pxAddress->sin_address.xIP_IPv6.ucBytes, pxSocket->xLocalAddress.xIP_IPv6.ucBytes… in FreeRTOS_GetLocalAddress()