xref: /dpdk/app/graph/neigh.h (revision 0f32dac4bbf74761972249090523f4581ca13126)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2023 Marvell.
3  */
4 
5 #ifndef APP_GRAPH_NEIGH_H
6 #define APP_GRAPH_NEIGH_H
7 
8 void neigh4_list_clean(void);
9 void neigh6_list_clean(void);
10 int neigh_ip4_add_to_rewrite(void);
11 int neigh_ip6_add_to_rewrite(void);
12 
13 #endif
14