Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeConfigPayload.java967 abstract static class TunnelModeChildConfigAttrIpv6AddrRangeBase class in IkeConfigPayload
973 protected TunnelModeChildConfigAttrIpv6AddrRangeBase( in TunnelModeChildConfigAttrIpv6AddrRangeBase() method in IkeConfigPayload.TunnelModeChildConfigAttrIpv6AddrRangeBase
981 protected TunnelModeChildConfigAttrIpv6AddrRangeBase(int attributeType) { in TunnelModeChildConfigAttrIpv6AddrRangeBase() method in IkeConfigPayload.TunnelModeChildConfigAttrIpv6AddrRangeBase
986 protected TunnelModeChildConfigAttrIpv6AddrRangeBase(int attributeType, byte[] value) in TunnelModeChildConfigAttrIpv6AddrRangeBase() method in IkeConfigPayload.TunnelModeChildConfigAttrIpv6AddrRangeBase
1044 if (!super.equals(o) || !(o instanceof TunnelModeChildConfigAttrIpv6AddrRangeBase)) { in equals()
1048 TunnelModeChildConfigAttrIpv6AddrRangeBase other = in equals()
1049 (TunnelModeChildConfigAttrIpv6AddrRangeBase) o; in equals()
1057 extends TunnelModeChildConfigAttrIpv6AddrRangeBase implements ConfigRequestIpv6Address {
1096 extends TunnelModeChildConfigAttrIpv6AddrRangeBase {
/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeConfigPayloadTest.java67 …id.internal.net.ipsec.test.ike.message.IkeConfigPayload.TunnelModeChildConfigAttrIpv6AddrRangeBase;
395 TunnelModeChildConfigAttrIpv6AddrRangeBase attribute, in verifyEncodeIpv6RangeBaseAttribute()