Searched refs:attributeIp6Subnet (Results 1 – 1 of 1) sorted by relevance
797 ConfigAttributeIpv6Subnet attributeIp6Subnet = in testDecodeIpv6SubnetWithValue() local800 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() local808 assertEquals(CONFIG_ATTR_INTERNAL_IP6_SUBNET, attributeIp6Subnet.attributeType); in testDecodeIpv6SubnetWithoutValue()809 assertNull(attributeIp6Subnet.linkAddress); in testDecodeIpv6SubnetWithoutValue()814 ConfigAttributeIpv6Subnet attributeIp6Subnet = new ConfigAttributeIpv6Subnet(); in testEncodeIpv6SubnetWithoutValue() local817 attributeIp6Subnet, in testEncodeIpv6SubnetWithoutValue()