aboutgitcodebugslistschat
path: root/dhcpv6.h
blob: 73d28d3bb616b48686beb5fe0503bef522f30e67 (plain) (blame)
1
2
3
4
5
6
7
8
/* SPDX-License-Identifier: AGPL-3.0-or-later
 * Copyright (c) 2021 Red Hat GmbH
 * Author: Stefano Brivio <sbrivio@redhat.com>
 */

int dhcpv6(struct ctx *c, struct pool *p,
	   struct in6_addr *saddr, struct in6_addr *daddr);
void dhcpv6_init(struct ctx *c);