Searched refs:dns1 (Results 1 – 5 of 5) sorted by relevance
/system/core/libnetutils/ |
D | dhcpclient.c | 105 uint32_t dns1; member 115 uint32_t *dns1, uint32_t *dns2, uint32_t *server, in get_dhcp_info() argument 121 *dns1 = last_good_info.dns1; in get_dhcp_info() 131 info->dns1, info->dns2); in dhcp_configure() 157 if (info->dns1) ALOGD("dns1: %s", ipaddr(info->dns1)); in dump_dhcp_info() 208 if (optlen >= 4) memcpy(&info->dns1, x + 0, 4); in decode_dhcp_msg()
|
D | ifc_utils.c | 693 in_addr_t dns1, in ifc_configure() argument 724 property_set(dns_prop_name, dns1 ? ipaddr_to_string(dns1) : ""); in ifc_configure()
|
/system/netd/server/ |
D | PppController.cpp | 53 struct in_addr remote, struct in_addr dns1, in attachPppd() argument 83 char *d1 = strdup(inet_ntoa(dns1)); in attachPppd()
|
D | PppController.h | 35 struct in_addr remote, struct in_addr dns1,
|
/system/core/libnetutils/include/netutils/ |
D | ifc.h | 63 in_addr_t dns1, in_addr_t dns2);
|