Searched refs:networkAddress (Results 1 – 2 of 2) sorted by relevance
98 Inet4Address networkAddress = (Inet4Address) ifaceAddress.getAddress(); in isOnInterface() local104 if ((toLong(networkAddress) & netMask) == (addressLong & netMask)) { in isOnInterface()
48 public PandoraDevice(String networkAddress, int port) { in PandoraDevice() argument49 mNetworkAddress = networkAddress; in PandoraDevice()