Home
last modified time | relevance | path

Searched refs:TunnelModeChildConfigAttrIpv6AddrRangeBase (Results 1 – 2 of 2) sorted by relevance

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeConfigPayload.java820 abstract static class TunnelModeChildConfigAttrIpv6AddrRangeBase class in IkeConfigPayload
826 protected TunnelModeChildConfigAttrIpv6AddrRangeBase( in TunnelModeChildConfigAttrIpv6AddrRangeBase() method in IkeConfigPayload.TunnelModeChildConfigAttrIpv6AddrRangeBase
834 protected TunnelModeChildConfigAttrIpv6AddrRangeBase(int attributeType) { in TunnelModeChildConfigAttrIpv6AddrRangeBase() method in IkeConfigPayload.TunnelModeChildConfigAttrIpv6AddrRangeBase
839 protected TunnelModeChildConfigAttrIpv6AddrRangeBase(int attributeType, byte[] value) in TunnelModeChildConfigAttrIpv6AddrRangeBase() method in IkeConfigPayload.TunnelModeChildConfigAttrIpv6AddrRangeBase
893 extends TunnelModeChildConfigAttrIpv6AddrRangeBase implements ConfigRequestIpv6Address {
932 extends TunnelModeChildConfigAttrIpv6AddrRangeBase {
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeConfigPayloadTest.java66 …android.internal.net.ipsec.ike.message.IkeConfigPayload.TunnelModeChildConfigAttrIpv6AddrRangeBase;
394 TunnelModeChildConfigAttrIpv6AddrRangeBase attribute, in verifyEncodeIpv6RangeBaseAttribute()