Searched refs:attributeIp6Address (Results 1 – 1 of 1) sorted by relevance
733 ConfigAttributeIpv6Address attributeIp6Address = in testDecodeIpv6AddressWithValue() local736 assertEquals(CONFIG_ATTR_INTERNAL_IP6_ADDRESS, attributeIp6Address.attributeType); in testDecodeIpv6AddressWithValue()737 assertEquals(IPV6_LINK_ADDRESS, attributeIp6Address.linkAddress); in testDecodeIpv6AddressWithValue()742 ConfigAttributeIpv6Address attributeIp6Address = in testDecodeIpv6AddressWithoutValue() local745 assertEquals(CONFIG_ATTR_INTERNAL_IP6_ADDRESS, attributeIp6Address.attributeType); in testDecodeIpv6AddressWithoutValue()746 assertNull(attributeIp6Address.linkAddress); in testDecodeIpv6AddressWithoutValue()754 ConfigAttributeIpv6Address attributeIp6Address = in testDecodeIpv6AddressWithInvalidValue() local763 ConfigAttributeIpv6Address attributeIp6Address = in testEncodeIpv6AddressWithValue() local767 attributeIp6Address, in testEncodeIpv6AddressWithValue()775 ConfigAttributeIpv6Address attributeIp6Address = new ConfigAttributeIpv6Address(); in testEncodeIpv6AddressWithoutValue() local[all …]