Lines Matching refs:xIP_IPv6
765 …xGatewayTarget = ( memcmp( ucBytes, pxIPAddressTo->xIP_IPv6.ucBytes, 16 ) == 0 ) ? pdTRUE : pdFALS… in pxEasyFit()
770 ( void * ) pxIPAddressFrom->xIP_IPv6.ucBytes, in pxEasyFit()
771 ( void * ) pxIPAddressTo->xIP_IPv6.ucBytes ) ); in pxEasyFit()
774 …xTargetGlobal = ( xIPv6_GetIPType( &( pxIPAddressTo->xIP_IPv6 ) ) == eIPv6_Global ) ? pdTRUE : pdF… in pxEasyFit()
801 … ( memcmp( pxEndPoint->ipv6_settings.xIPAddress.ucBytes, pxIPAddressTo->xIP_IPv6.ucBytes, ipSIZE_O… in pxEasyFit()
867 ( void * ) pxIPAddressTo->xIP_IPv6.ucBytes, in pxEasyFit()
871 ( void * ) pxIPAddressFrom->xIP_IPv6.ucBytes, in pxEasyFit()
946 ( void ) memset( xIPAddressFrom.xIP_IPv6.ucBytes, 0, ipSIZE_OF_IPv6_ADDRESS ); in FreeRTOS_MatchingEndpoint()
947 ( void ) memset( xIPAddressTo.xIP_IPv6.ucBytes, 0, ipSIZE_OF_IPv6_ADDRESS ); in FreeRTOS_MatchingEndpoint()
955 …( void ) memcpy( xIPAddressFrom.xIP_IPv6.ucBytes, pxIPPacket_IPv6->xIPHeader.xSourceAddress.ucByte… in FreeRTOS_MatchingEndpoint()
956 …( void ) memcpy( xIPAddressTo.xIP_IPv6.ucBytes, pxIPPacket_IPv6->xIPHeader.xDestinationAddress.ucB… in FreeRTOS_MatchingEndpoint()
974 …( void ) memcpy( xIPAddressFrom.xIP_IPv6.ucBytes, pxPacket->xARPPacket.xARPHeader.ucSenderProtocol… in FreeRTOS_MatchingEndpoint()
979 …( void ) memcpy( xIPAddressTo.xIP_IPv6.ucBytes, pxPacket->xARPPacket.xARPHeader.ucSenderProtocolAd… in FreeRTOS_MatchingEndpoint()