Lines Matching defs:DnsScope
8 typedef struct DnsScope DnsScope; typedef
28 struct DnsScope { struct
29 Manager *manager;
31 DnsProtocol protocol;
32 int family;
35 DnssecMode dnssec_mode;
36 DnsOverTlsMode dns_over_tls_mode;
38 Link *link;
40 DnsCache cache;
64 LIST_FIELDS(DnsScope, scopes); argument
69 int dns_scope_new(Manager *m, DnsScope **ret, Link *l, DnsProtocol p, int family); argument