2021-10-19 12:43:28 +02:00
|
|
|
/* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
* Copyright (c) 2021 Red Hat GmbH
|
|
|
|
* Author: Stefano Brivio <sbrivio@redhat.com>
|
|
|
|
*/
|
|
|
|
|
2021-04-13 21:59:47 +02:00
|
|
|
int dhcpv6(struct ctx *c, struct ethhdr *eh, size_t len);
|
|
|
|
void dhcpv6_init(struct ctx *c);
|