]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/resolve/resolved-dns-synthesize.h
resolved: make resolved authoritative in resolveing our local host name
[thirdparty/systemd.git] / src / resolve / resolved-dns-synthesize.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
839a4a20
LP
2#pragma once
3
839a4a20
LP
4#include "resolved-dns-answer.h"
5#include "resolved-dns-question.h"
6#include "resolved-manager.h"
7
dd0bc0f1
LP
8int dns_synthesize_family(uint64_t flags);
9DnsProtocol dns_synthesize_protocol(uint64_t flags);
10
11int dns_synthesize_answer(Manager *m, DnsQuestion *q, int ifindex, DnsAnswer **ret);
6399be22
LP
12
13bool shall_synthesize_own_hostname_rrs(void);