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