Searched refs:IPV4_DHCP (Results 1 – 1 of 1) sorted by relevance
122 private static final Inet4Address IPV4_DHCP = field in IkeConfigPayloadTest553 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()