Home
last modified time | relevance | path

Searched refs:attributeIp6Address (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeConfigPayloadTest.java733 ConfigAttributeIpv6Address attributeIp6Address = in testDecodeIpv6AddressWithValue() local
736 assertEquals(CONFIG_ATTR_INTERNAL_IP6_ADDRESS, attributeIp6Address.attributeType); in testDecodeIpv6AddressWithValue()
737 assertEquals(IPV6_LINK_ADDRESS, attributeIp6Address.linkAddress); in testDecodeIpv6AddressWithValue()
742 ConfigAttributeIpv6Address attributeIp6Address = in testDecodeIpv6AddressWithoutValue() local
745 assertEquals(CONFIG_ATTR_INTERNAL_IP6_ADDRESS, attributeIp6Address.attributeType); in testDecodeIpv6AddressWithoutValue()
746 assertNull(attributeIp6Address.linkAddress); in testDecodeIpv6AddressWithoutValue()
754 ConfigAttributeIpv6Address attributeIp6Address = in testDecodeIpv6AddressWithInvalidValue() local
763 ConfigAttributeIpv6Address attributeIp6Address = in testEncodeIpv6AddressWithValue() local
767 attributeIp6Address, in testEncodeIpv6AddressWithValue()
775 ConfigAttributeIpv6Address attributeIp6Address = new ConfigAttributeIpv6Address(); in testEncodeIpv6AddressWithoutValue() local
[all …]