Lines Matching refs:xIPAddressFive

69 …memcpy( xIPv6Address.xDestinationAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS );  in test_prvAllowIPPacketIPv6_SourceUnspecifiedAddress()
87 memcpy( xIPv6Address.xSourceAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDRESS ); in test_prvAllowIPPacketIPv6_DestinationUnspecifiedAddress()
140 …memcpy( pxTCPPacket->xIPHeader.xSourceAddress.ucBytes, xIPAddressFive.ucBytes, ipSIZE_OF_IPv6_ADDR… in test_prvAllowIPPacketIPv6_LoopbackAddress()
606 xReturn = xCompareIPv6_Address( &xIPAddressFive, &xIPAddressTen, 0 ); in test_xCompareIPv6_Address_ZeroPrefixLength()
617 xReturn = xCompareIPv6_Address( &xIPAddressFive, &xIPAddressFive, 128 ); in test_xCompareIPv6_Address_SameAddressPrefix128()
628 xReturn = xCompareIPv6_Address( &xIPAddressFive, &xIPAddressTen, 64 ); in test_xCompareIPv6_Address_SameRegionPrefix64()
640 xReturn = xCompareIPv6_Address( &xIPAddressFive, &xRightAddress, 64 ); in test_xCompareIPv6_Address_DifferentRegionPrefix64()
652 memcpy( xRightAddress.ucBytes, &xIPAddressFive, ipSIZE_OF_IPv6_ADDRESS ); in test_xCompareIPv6_Address_DifferentRegionPrefix4()
655 xReturn = xCompareIPv6_Address( &xIPAddressFive, &xRightAddress, 4 ); in test_xCompareIPv6_Address_DifferentRegionPrefix4()
667 memcpy( xRightAddress.ucBytes, &xIPAddressFive, ipSIZE_OF_IPv6_ADDRESS ); in test_xCompareIPv6_Address_DifferentRegionPrefix44()
670 xReturn = xCompareIPv6_Address( &xIPAddressFive, &xRightAddress, 44 ); in test_xCompareIPv6_Address_DifferentRegionPrefix44()
681 xReturn = xCompareIPv6_Address( &xIPAddressFive, &xIPAddressTen, 44 ); in test_xCompareIPv6_Address_SameRegionPrefix44()