Searched defs:ipaddr (Results 1 - 2 of 2) sorted by path

/system/core/libnetutils/
H A Ddhcpclient.c86 const char *ipaddr(in_addr_t addr) function
101 uint32_t ipaddr; member in struct:dhcp_info
114 void get_dhcp_info(uint32_t *ipaddr, uint32_t *gateway, uint32_t *prefixLength, argument
118 *ipaddr = last_good_info.ipaddr;
130 return ifc_configure(ifname, info->ipaddr, info->prefixLength, info->gateway,
154 strcpy(addr, ipaddr(info->ipaddr));
155 strcpy(gway, ipaddr(info->gateway));
157 if (info->dns1) ALOGD("dns1: %s", ipaddr(inf
[all...]
H A Ddhcpmsg.c74 uint32_t ipaddr, uint32_t serveraddr)
89 memcpy(x, &ipaddr, 4);
73 init_dhcp_request_msg(dhcp_msg *msg, void *hwaddr, uint32_t xid, uint32_t ipaddr, uint32_t serveraddr) argument

Completed in 73 milliseconds