Searched refs:STR_ADDR2 (Results 1 – 1 of 1) sorted by relevance
39 private static final String STR_ADDR2 = "127.0.0.1"; field in DhcpInfoTest51 dhcpInfo.gateway = ipToInteger(STR_ADDR2); in createDhcpInfoObject()55 dhcpInfo.serverAddress = ipToInteger(STR_ADDR2); in createDhcpInfoObject()77 final String expected = "ipaddr " + STR_ADDR1 + " gateway " + STR_ADDR2 + " netmask " in testToString()79 + STR_ADDR2 + " lease " + LEASE_TIME + " seconds"; in testToString()