aboutgitcodebugslistschat
path: root/dhcp.h
blob: 91697b57e27f576e500a02f56882d1ccdf0ce3f1 (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 dhcp(struct ctx *c, struct ethhdr *eh, size_t len);
void dhcp_init(void);