summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-dns-synthesize.h
blob: 9eefd0c9be478f0ab31dafbf7153e82818175855 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

/***
  This file is part of systemd.

  Copyright 2016 Lennart Poettering
***/

#include "resolved-dns-answer.h"
#include "resolved-dns-question.h"
#include "resolved-manager.h"

int dns_synthesize_ifindex(int ifindex);
int dns_synthesize_family(uint64_t flags);
DnsProtocol dns_synthesize_protocol(uint64_t flags);

int dns_synthesize_answer(Manager *m, DnsQuestion *q, int ifindex, DnsAnswer **ret);