Home
last modified time | relevance | path

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

/aosp12/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/ipsec/ike/message/
H A DIkeConfigPayloadTest.java122 private static final Inet4Address IPV4_DHCP = field in IkeConfigPayloadTest
553 ConfigAttributeIpv4Dhcp attribute = new ConfigAttributeIpv4Dhcp(IPV4_DHCP.getAddress()); in testDecodeIpv4DhcpWithValue()
556 assertEquals(IPV4_DHCP, attribute.address); in testDecodeIpv4DhcpWithValue()
569 ConfigAttributeIpv4Dhcp attributeIp4Dhcp = new ConfigAttributeIpv4Dhcp(IPV4_DHCP); in testEncodeIpv4DhcpWithValue()
575 IPV4_DHCP); in testEncodeIpv4DhcpWithValue()
592 new ConfigAttributeIpv4Dhcp(IPV4_DHCP.getAddress())); in testPersistableBundleEncodeDecodeIpv4DhcpConfig()