Searched refs:ipToInteger (Results 1 – 1 of 1) sorted by relevance
44 private int ipToInteger(String ipString) throws Exception { in ipToInteger() method in DhcpInfoTest50 dhcpInfo.ipAddress = ipToInteger(STR_ADDR1); in createDhcpInfoObject()51 dhcpInfo.gateway = ipToInteger(STR_ADDR2); in createDhcpInfoObject()52 dhcpInfo.netmask = ipToInteger(STR_ADDR3); in createDhcpInfoObject()53 dhcpInfo.dns1 = ipToInteger(STR_ADDR4); in createDhcpInfoObject()54 dhcpInfo.dns2 = ipToInteger(STR_ADDR4); in createDhcpInfoObject()55 dhcpInfo.serverAddress = ipToInteger(STR_ADDR2); in createDhcpInfoObject()