Searched refs:ipAddr (Results 1 – 2 of 2) sorted by relevance
668 byte[] ipAddr = new byte[4]; in readIpAddress()669 packet.get(ipAddr); in readIpAddress()672 result = (Inet4Address) Inet4Address.getByAddress(ipAddr); in readIpAddress()
340 uint32_t ipAddr = *(uint32_t*)&(in->sin_addr); in agps_status_callback() local341 byteArray = convert_to_ipv4(ipAddr, true /* net_order */); in agps_status_callback()342 if (ipAddr == INADDR_NONE || byteArray != NULL) { in agps_status_callback()