Searched refs:dns2 (Results 1 – 6 of 6) sorted by relevance
/system/core/libnetutils/ |
D | dhcpclient.c | 108 uint32_t dns2; member 117 uint32_t *dns1, uint32_t *dns2, uint32_t *server, in get_dhcp_info() argument 124 *dns2 = last_good_info.dns2; in get_dhcp_info() 133 info->dns1, info->dns2); in dhcp_configure() 160 if (info->dns2) ALOGD("dns2: %s", ipaddr(info->dns2)); in dump_dhcp_info() 211 if (optlen >= 8) memcpy(&info->dns2, x + 4, 4); in decode_dhcp_msg()
|
D | ifc_utils.c | 783 in_addr_t dns2) { in ifc_configure() argument 815 property_set(dns_prop_name, dns2 ? ipaddr_to_string(dns2) : ""); in ifc_configure()
|
/system/netd/ |
D | PppController.cpp | 53 struct in_addr dns2) { in attachPppd() argument 83 char *d2 = strdup(inet_ntoa(dns2)); in attachPppd()
|
D | PppController.h | 36 struct in_addr dns2);
|
D | CommandListener.cpp | 681 struct in_addr l, r, dns1, dns2; in runCommand() local 684 memset(&dns2, sizeof(struct in_addr), 0); in runCommand() 698 if ((argc > 4) && (!inet_aton(argv[6], &dns2))) { in runCommand() 702 rc = sPppCtrl->attachPppd(argv[2], l, r, dns1, dns2); in runCommand()
|
/system/core/include/netutils/ |
D | ifc.h | 70 in_addr_t dns1, in_addr_t dns2);
|