blob: 918fb669fdbef1e7004de6b7e12a353326ee4a04 (
plain) (
blame)
1
2
3
4
5
6
|
/* SPDX-License-Identifier: AGPL-3.0-or-later
* Copyright (c) 2021 Red Hat GmbH
* Author: Stefano Brivio <sbrivio@redhat.com>
*/
int ndp(struct ctx *c, struct ethhdr *eh, size_t len);
|