Home
last modified time | relevance | path

Searched refs:ipaddr (Results 1 – 6 of 6) sorted by relevance

/system/core/libnetutils/
Ddhcpclient.c88 const char *ipaddr(in_addr_t addr) in ipaddr() function
103 uint32_t ipaddr; member
116 void get_dhcp_info(uint32_t *ipaddr, uint32_t *gateway, uint32_t *prefixLength, in get_dhcp_info() argument
120 *ipaddr = last_good_info.ipaddr; in get_dhcp_info()
132 return ifc_configure(ifname, info->ipaddr, info->prefixLength, info->gateway, in dhcp_configure()
156 strcpy(addr, ipaddr(info->ipaddr)); in dump_dhcp_info()
157 strcpy(gway, ipaddr(info->gateway)); in dump_dhcp_info()
159 if (info->dns1) ALOGD("dns1: %s", ipaddr(info->dns1)); in dump_dhcp_info()
160 if (info->dns2) ALOGD("dns2: %s", ipaddr(info->dns2)); in dump_dhcp_info()
162 ipaddr(info->serveraddr), info->lease); in dump_dhcp_info()
[all …]
Ddhcp_utils.c88 char *ipaddr, in fill_ip_info() argument
107 property_get(prop_name, ipaddr, NULL); in fill_ip_info()
187 char *ipaddr, in dhcp_do_request() argument
246 if (fill_ip_info(interface, ipaddr, gateway, prefixLength, dns, in dhcp_do_request()
331 char *ipaddr, in dhcp_do_request_renew() argument
375 return fill_ip_info(interface, ipaddr, gateway, prefixLength, dns, in dhcp_do_request_renew()
Ddhcpmsg.c74 uint32_t ipaddr, uint32_t serveraddr) in init_dhcp_request_msg() argument
89 memcpy(x, &ipaddr, 4); in init_dhcp_request_msg()
Ddhcpmsg.h104 uint32_t ipaddr, uint32_t serveraddr);
/system/core/include/netutils/
Ddhcp.h27 char *ipaddr,
37 char *ipaddr,
/system/core/netcfg/
Dnetcfg.c32 const char *ipaddr(in_addr_t addr) in ipaddr() function
57 printf("%40s", ipaddr(addr)); in dump_interface()