Searched refs:ipaddr (Results 1 – 2 of 2) sorted by relevance
379 uint32_t ipaddr = agps_status->ipaddr; in agps_status_callback() local380 ALOGV("AGPS IP is v4: %x", ipaddr); in agps_status_callback()381 byteArray = convert_to_ipv4(ipaddr, false /* net_order */); in agps_status_callback()382 if (ipaddr == INADDR_NONE || byteArray != NULL) { in agps_status_callback()
1612 private void reportAGpsStatus(int type, int status, byte[] ipaddr) { in reportAGpsStatus() argument1616 Log.v(TAG, "Received SUPL IP addr[]: " + Arrays.toString(ipaddr)); in reportAGpsStatus()1618 if (ipaddr != null) { in reportAGpsStatus()1620 connectionIpAddress = InetAddress.getByAddress(ipaddr); in reportAGpsStatus()1623 Log.e(TAG, "Bad IP Address: " + ipaddr, e); in reportAGpsStatus()