Searched refs:convertToInt (Results 1 – 1 of 1) sorted by relevance
63 private int convertToInt(String addr) { in convertToInt() method in DhcpInfoInternal77 info.ipAddress = convertToInt(ipAddress); in makeDhcpInfo()80 info.gateway = convertToInt(route.getGateway().getHostAddress()); in makeDhcpInfo()88 info.dns1 = convertToInt(dns1); in makeDhcpInfo()89 info.dns2 = convertToInt(dns2); in makeDhcpInfo()90 info.serverAddress = convertToInt(serverAddress); in makeDhcpInfo()