blob: 36b6a575bc2aba836746c8e69ecee727d99be886 (
plain) (
blame)
1
2
3
4
5
6
7
|
/* 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 ethhdr *eh, size_t len);
void dhcpv6_init(struct ctx *c);
|