]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/network/networkd-dhcp6.h
network: move conf parsers and function prototypes
[thirdparty/systemd.git] / src / network / networkd-dhcp6.h
CommitLineData
ca5ad760
YW
1/* SPDX-License-Identifier: LGPL-2.1+ */
2#pragma once
3
4#include "sd-dhcp6-client.h"
5
6#include "conf-parser.h"
7
8typedef struct Link Link;
9
10int dhcp6_request_prefix_delegation(Link *link);
11int dhcp6_configure(Link *link);
12int dhcp6_request_address(Link *link, int ir);
13int dhcp6_lease_pd_prefix_lost(sd_dhcp6_client *client, Link* link);