Lines Matching refs:xIP_IPv6
1727 …y( pxSocket->xLocalAddress.xIP_IPv6.ucBytes, pxAddress->sin_address.xIP_IPv6.ucBytes, sizeof( pxSo… in FreeRTOS_bind()
1750 …( void ) memset( pxSocket->xLocalAddress.xIP_IPv6.ucBytes, 0, sizeof( pxSocket->xLocalAddress.xIP_… in FreeRTOS_bind()
1818 …y( pxSocket->xLocalAddress.xIP_IPv6.ucBytes, pxAddress->sin_address.xIP_IPv6.ucBytes, sizeof( pxSo… in prvSocketBindAdd()
1849 …( void ) memset( pxSocket->xLocalAddress.xIP_IPv6.ucBytes, 0, sizeof( pxSocket->xLocalAddress.xIP_… in prvSocketBindAdd()
2202 ( void * ) pxSocket->xLocalAddress.xIP_IPv6.ucBytes, in prvSocketProps()
2204 … ( void * ) pxSocket->u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, in prvSocketProps()
2234 ( void * ) pxSocket->xLocalAddress.xIP_IPv6.ucBytes, in prvSocketProps()
3496 …py( pxAddress->sin_address.xIP_IPv6.ucBytes, pxSocket->xLocalAddress.xIP_IPv6.ucBytes, sizeof( pxA… in FreeRTOS_GetLocalAddress()
3705 … pxSocket->usLocalPort, ( void * ) pxAddress->sin_address.xIP_IPv6.ucBytes, in prvTCPConnectStart()
3707 …( void ) memcpy( pxSocket->u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, pxAddress->sin_address.xIP_IPv6.ucBy… in prvTCPConnectStart()
3936 …( void ) memcpy( pxAddress->sin_address.xIP_IPv6.ucBytes, pxClientSocket->u.xTCP.xRemoteIP.xIP_IPv… in prvAcceptWaitClient()
5325 …( pxAddress->sin_address.xIP_IPv6.ucBytes, pxSocket->u.xTCP.xRemoteIP.xIP_IPv6.ucBytes, sizeof( px… in FreeRTOS_GetRemoteAddress()
5811 … "%pip", ( void * ) pxSocket->u.xTCP.xRemoteIP.xIP_IPv6.ucBytes ); in vTCPNetStat_TCPSocket()