Searched defs:DnsServerType (Results 1 - 1 of 1) sorted by relevance

/systemd/src/resolve/
H A Dresolved-dns-server.h26 typedef enum DnsServerType { enum
30 } DnsServerType; typedef in typeref:enum:DnsServerType
33 const char* dns_server_type_to_string(DnsServerType i) _const_;
34 DnsServerType dns_server_type_from_string(const char *s) _pure_;
60 DnsServerType type;
101 DnsServerType type,
135 DnsServer *manager_get_first_dns_server(Manager *m, DnsServerType t);

Completed in 82 milliseconds