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

/system/core/libnetutils/
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
H A Ddhcpclient.c88 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, argument
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) ALOGD("dns1: %s", ipaddr(inf
[all...]

Completed in 24 milliseconds