Home
last modified time | relevance | path

Searched refs:attributeIp6Subnet (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.java797 ConfigAttributeIpv6Subnet attributeIp6Subnet = in testDecodeIpv6SubnetWithValue() local
800 assertEquals(CONFIG_ATTR_INTERNAL_IP6_SUBNET, attributeIp6Subnet.attributeType); in testDecodeIpv6SubnetWithValue()
801 assertEquals(IPV6_LINK_ADDRESS, attributeIp6Subnet.linkAddress); in testDecodeIpv6SubnetWithValue()
806 ConfigAttributeIpv6Subnet attributeIp6Subnet = new ConfigAttributeIpv6Subnet(new byte[0]); in testDecodeIpv6SubnetWithoutValue() local
808 assertEquals(CONFIG_ATTR_INTERNAL_IP6_SUBNET, attributeIp6Subnet.attributeType); in testDecodeIpv6SubnetWithoutValue()
809 assertNull(attributeIp6Subnet.linkAddress); in testDecodeIpv6SubnetWithoutValue()
814 ConfigAttributeIpv6Subnet attributeIp6Subnet = new ConfigAttributeIpv6Subnet(); in testEncodeIpv6SubnetWithoutValue() local
817 attributeIp6Subnet, in testEncodeIpv6SubnetWithoutValue()