HomeSort by relevance Sort by last modified time
    Searched defs:ipaddr (Results 1 - 13 of 13) sorted by null

  /system/core/nexus/
DhcpListener.cpp 65 struct in_addr ipaddr, netmask, gateway, broadcast, dns1, dns2; local
67 if (!inet_aton(strsep(&next, ":"), &ipaddr)) {
85 mHandlers->onDhcpLeaseUpdated(mController, &ipaddr, &netmask,
  /system/core/netcfg/
netcfg.c 37 const char *ipaddr(in_addr_t addr) function
62 printf("%40s", ipaddr(addr));
  /frameworks/base/core/jni/
android_net_NetUtils.cpp 32 const char *ipaddr,
41 const char *ipaddr,
112 char ipaddr[PROPERTY_VALUE_MAX]; local
124 result = ::dhcp_do_request_renew(nameStr, ipaddr, gateway, &prefixLength,
127 result = ::dhcp_do_request(nameStr, ipaddr, gateway, &prefixLength,
133 env->SetObjectField(info, dhcpInfoInternalFieldIds.ipaddress, env->NewStringUTF(ipaddr));
  /external/quake/quake/src/WinQuake/
net_mp.cpp 349 int ipaddr; local
352 ipaddr = (ha1 << 24) | (ha2 << 16) | (ha3 << 8) | ha4;
355 ((struct sockaddr_in *)addr)->sin_addr.s_addr = htonl(ipaddr);
net_udp.cpp 422 int ipaddr; local
425 ipaddr = (ha1 << 24) | (ha2 << 16) | (ha3 << 8) | ha4;
428 ((struct sockaddr_in *)addr)->sin_addr.s_addr = htonl(ipaddr);
net_wins.cpp 481 int ipaddr; local
484 ipaddr = (ha1 << 24) | (ha2 << 16) | (ha3 << 8) | ha4;
487 ((struct sockaddr_in *)addr)->sin_addr.s_addr = htonl(ipaddr);
mplpc.cpp 953 unsigned long ipaddr; local
958 ipaddr = (ha1 << 24) | (ha2 << 16) | (ha3 << 8) | ha4;
959 return ipaddr;
net_bw.cpp 639 int ipaddr; local
642 ipaddr = (ha1 << 24) | (ha2 << 16) | (ha3 << 8) | ha4;
645 ((struct sockaddr_in *)addr)->sin_addr.s_addr = htonl(ipaddr);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmmpc.h 16 __be32 ipaddr; /* the IP address of the shortcut */ member in struct:atmmpc_ioc
  /system/core/libnetutils/
dhcpclient.c 88 const char *ipaddr(in_addr_t addr) function
103 uint32_t ipaddr; member in struct:dhcp_info
116 void get_dhcp_info(uint32_t *ipaddr, uint32_t *gateway, uint32_t *prefixLength,
120 *ipaddr = last_good_info.ipaddr;
132 return ifc_configure(ifname, info->ipaddr, info->prefixLength, info->gateway,
156 strcpy(addr, ipaddr(info->ipaddr));
157 strcpy(gway, ipaddr(info->gateway));
159 if (info->dns1) LOGD("dns1: %s", ipaddr(info->dns1))
    [all...]
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 167 uint32_t ipaddr; local
168 // ipaddr field was not included in original AGpsStatus
170 ipaddr = agps_status->ipaddr;
172 ipaddr = 0xFFFFFFFF;
174 agps_status->type, agps_status->status, ipaddr);
  /external/grub/netboot/
etherboot.h 255 in_addr ipaddr; member in struct:arptable_t
  /hardware/libhardware/include/hardware/
gps.h 476 uint32_t ipaddr; member in struct:__anon16219

Completed in 374 milliseconds