Searched refs:ConfigAttributeIpv6Address (Results 1 – 5 of 5) sorted by relevance
60 import com.android.internal.net.ipsec.test.ike.message.IkeConfigPayload.ConfigAttributeIpv6Address;227 assertNull(((ConfigAttributeIpv6Address) att).linkAddress); in testDecodeConfigRequest()733 ConfigAttributeIpv6Address attributeIp6Address = in testDecodeIpv6AddressWithValue()734 new ConfigAttributeIpv6Address(IPV6_ADDRESS_ATTRIBUTE_VALUE); in testDecodeIpv6AddressWithValue()742 ConfigAttributeIpv6Address attributeIp6Address = in testDecodeIpv6AddressWithoutValue()743 new ConfigAttributeIpv6Address(new byte[0]); in testDecodeIpv6AddressWithoutValue()754 ConfigAttributeIpv6Address attributeIp6Address = in testDecodeIpv6AddressWithInvalidValue()755 new ConfigAttributeIpv6Address(invalidValue); in testDecodeIpv6AddressWithInvalidValue()763 ConfigAttributeIpv6Address attributeIp6Address = in testEncodeIpv6AddressWithValue()764 new ConfigAttributeIpv6Address(IPV6_LINK_ADDRESS); in testEncodeIpv6AddressWithValue()[all …]
35 import com.android.internal.net.ipsec.ike.message.IkeConfigPayload.ConfigAttributeIpv6Address;377 mConfigRequestList.add(new ConfigAttributeIpv6Address()); in addInternalAddressRequest()423 new ConfigAttributeIpv6Address(new LinkAddress(address, prefixLen))); in addInternalAddressRequest()
40 import com.android.internal.net.ipsec.ike.message.IkeConfigPayload.ConfigAttributeIpv6Address;112 mInternalAddressList.add(((ConfigAttributeIpv6Address) att).linkAddress); in ChildSessionConfiguration()
35 import com.android.internal.net.ipsec.test.ike.message.IkeConfigPayload.ConfigAttributeIpv6Address;71 private ConfigAttributeIpv6Address mIpv6Attr;90 mIpv6Attr = new ConfigAttributeIpv6Address(IPV6_LINK_ADDRESS); in setUp()
290 return new ConfigAttributeIpv6Address(value); in decodeSingleAttributeFrom()1056 public static class ConfigAttributeIpv6Address class in IkeConfigPayload1059 public ConfigAttributeIpv6Address(LinkAddress ipv6LinkAddress) { in ConfigAttributeIpv6Address() method in IkeConfigPayload.ConfigAttributeIpv6Address1068 public ConfigAttributeIpv6Address() { in ConfigAttributeIpv6Address() method in IkeConfigPayload.ConfigAttributeIpv6Address1074 ConfigAttributeIpv6Address(byte[] value) throws InvalidSyntaxException { in ConfigAttributeIpv6Address() method in IkeConfigPayload.ConfigAttributeIpv6Address