]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/resolve/resolved-dns-synthesize.h
Merge pull request #8676 from keszybz/drop-license-boilerplate
[thirdparty/systemd.git] / src / resolve / resolved-dns-synthesize.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 This file is part of systemd.
6
7 Copyright 2016 Lennart Poettering
8 ***/
9
10 #include "resolved-dns-answer.h"
11 #include "resolved-dns-question.h"
12 #include "resolved-manager.h"
13
14 int dns_synthesize_ifindex(int ifindex);
15 int dns_synthesize_family(uint64_t flags);
16 DnsProtocol dns_synthesize_protocol(uint64_t flags);
17
18 int dns_synthesize_answer(Manager *m, DnsQuestion *q, int ifindex, DnsAnswer **ret);