Searched refs:addrString (Results 1 – 1 of 1) sorted by relevance
82 private int ipv4AddrToInt(String addrString) throws Exception { in ipv4AddrToInt() argument83 byte[] addr = ((Inet4Address) InetAddress.getByName(addrString)).getAddress(); in ipv4AddrToInt()117 private void checkSourceAddress(String addrString, int type) throws Exception { in checkSourceAddress() argument129 d.connect(InetAddress.getByName(addrString), 7); in checkSourceAddress()133 Log.d(TAG, "Got source address " + localAddrString + " for destination " + addrString); in checkSourceAddress()