Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolvectl.c1422 char **dns_ex; member
1433 char **dns_ex; member
1450 strv_free(p->dns_ex); in link_info_clear()
1459 strv_free(p->dns_ex); in global_info_clear()
1540 … "a(iayqs)", map_link_dns_servers_ex, offsetof(LinkInfo, dns_ex) }, in status_ifindex()
1591 return status_print_strv_ifindex(ifindex, name, link_info.dns_ex ?: link_info.dns); in status_ifindex()
1698 r = dump_list(table, "DNS Servers:", link_info.dns_ex ?: link_info.dns); in status_ifindex()
1817 … "a(iiayqs)", map_global_dns_servers_ex, offsetof(GlobalInfo, dns_ex) }, in status_global()
1855 return status_print_strv_global(global_info.dns_ex ?: global_info.dns); in status_global()
1926 r = dump_list(table, "DNS Servers:", global_info.dns_ex ?: global_info.dns); in status_global()