blob: 91697b57e27f576e500a02f56882d1ccdf0ce3f1 (
plain) (
tree)
|
|
/* SPDX-License-Identifier: AGPL-3.0-or-later
* Copyright (c) 2021 Red Hat GmbH
* Author: Stefano Brivio <sbrivio@redhat.com>
*/
int dhcp(struct ctx *c, struct ethhdr *eh, size_t len);
void dhcp_init(void);
|