Searched refs:has_dns (Results 1 - 3 of 3) sorted by relevance

/external/dhcpcd/
H A Dipv6rs.c292 int has_dns; local
399 has_dns = 0;
484 has_dns = 1;
552 /* If we don't require RDNSS then set has_dns = 1 so we fork */
554 has_dns = 1;
556 if (has_dns)
560 if (has_dns)
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2625 bool has_dns; member in struct:NetdevUserOptions
H A Dqapi-visit.c3523 visit_start_optional(m, obj ? &(*obj)->has_dns : NULL, "dns", &err);
3524 if (obj && (*obj)->has_dns) {

Completed in 154 milliseconds