/* SPDX-License-Identifier: AGPL-3.0-or-later * Copyright (c) 2021 Red Hat GmbH * Author: Stefano Brivio */ int dhcpv6(struct ctx *c, struct pool *p, struct in6_addr *saddr, struct in6_addr *daddr); void dhcpv6_init(struct ctx *c);