Home
last modified time | relevance | path

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

/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeConfigPayload.java407 abstract static class TunnelModeChildConfigAttrIpv4AddressBase class in IkeConfigPayload
411 protected TunnelModeChildConfigAttrIpv4AddressBase( in TunnelModeChildConfigAttrIpv4AddressBase() method in IkeConfigPayload.TunnelModeChildConfigAttrIpv4AddressBase
417 protected TunnelModeChildConfigAttrIpv4AddressBase(int attributeType) { in TunnelModeChildConfigAttrIpv4AddressBase() method in IkeConfigPayload.TunnelModeChildConfigAttrIpv4AddressBase
422 protected TunnelModeChildConfigAttrIpv4AddressBase(int attributeType, byte[] value) in TunnelModeChildConfigAttrIpv4AddressBase() method in IkeConfigPayload.TunnelModeChildConfigAttrIpv4AddressBase
467 if (!super.equals(o) || !(o instanceof TunnelModeChildConfigAttrIpv4AddressBase)) { in equals()
471 TunnelModeChildConfigAttrIpv4AddressBase other = in equals()
472 (TunnelModeChildConfigAttrIpv4AddressBase) o; in equals()
552 public static class ConfigAttributeIpv4Address extends TunnelModeChildConfigAttrIpv4AddressBase
586 public static class ConfigAttributeIpv4Netmask extends TunnelModeChildConfigAttrIpv4AddressBase
617 public static class ConfigAttributeIpv4Dhcp extends TunnelModeChildConfigAttrIpv4AddressBase
[all …]
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
DIkeConfigPayloadTest.java66 …roid.internal.net.ipsec.test.ike.message.IkeConfigPayload.TunnelModeChildConfigAttrIpv4AddressBase;
355 TunnelModeChildConfigAttrIpv4AddressBase attribute, in verifyEncodeIpv4AddressBaseAttribute()