Searched refs:ConfigAttributeIpv6Address (Results 1 – 5 of 5) sorted by relevance
59 import com.android.internal.net.ipsec.ike.message.IkeConfigPayload.ConfigAttributeIpv6Address;226 assertNull(((ConfigAttributeIpv6Address) att).linkAddress); in testDecodeConfigRequest()660 ConfigAttributeIpv6Address attributeIp6Address = in testDecodeIpv6AddressWithValue()661 new ConfigAttributeIpv6Address(IPV6_ADDRESS_ATTRIBUTE_VALUE); in testDecodeIpv6AddressWithValue()669 ConfigAttributeIpv6Address attributeIp6Address = in testDecodeIpv6AddressWithoutValue()670 new ConfigAttributeIpv6Address(new byte[0]); in testDecodeIpv6AddressWithoutValue()681 ConfigAttributeIpv6Address attributeIp6Address = in testDecodeIpv6AddressWithInvalidValue()682 new ConfigAttributeIpv6Address(invalidValue); in testDecodeIpv6AddressWithInvalidValue()690 ConfigAttributeIpv6Address attributeIp6Address = in testEncodeIpv6AddressWithValue()691 new ConfigAttributeIpv6Address(IPV6_LINK_ADDRESS); in testEncodeIpv6AddressWithValue()[all …]
32 import com.android.internal.net.ipsec.ike.message.IkeConfigPayload.ConfigAttributeIpv6Address;243 mConfigRequestList.add(new ConfigAttributeIpv6Address()); in addInternalAddressRequest()283 new ConfigAttributeIpv6Address(new LinkAddress(address, prefixLen))); in addInternalAddressRequest()
40 import com.android.internal.net.ipsec.ike.message.IkeConfigPayload.ConfigAttributeIpv6Address;113 mInternalAddressList.add(((ConfigAttributeIpv6Address) att).linkAddress); in ChildSessionConfiguration()
227 configList.add(new ConfigAttributeIpv6Address(value)); in decodeAttributeFrom()892 public static class ConfigAttributeIpv6Address class in IkeConfigPayload895 public ConfigAttributeIpv6Address(LinkAddress ipv6LinkAddress) { in ConfigAttributeIpv6Address() method in IkeConfigPayload.ConfigAttributeIpv6Address904 public ConfigAttributeIpv6Address() { in ConfigAttributeIpv6Address() method in IkeConfigPayload.ConfigAttributeIpv6Address910 ConfigAttributeIpv6Address(byte[] value) throws InvalidSyntaxException { in ConfigAttributeIpv6Address() method in IkeConfigPayload.ConfigAttributeIpv6Address
35 import com.android.internal.net.ipsec.ike.message.IkeConfigPayload.ConfigAttributeIpv6Address;71 private ConfigAttributeIpv6Address mIpv6Attr;90 mIpv6Attr = new ConfigAttributeIpv6Address(IPV6_LINK_ADDRESS); in setUp()