CNDP  22.08.0
cnet_rtshow.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright (c) 2016-2022 Intel Corporation
3  */
4 
5 #include <sys/queue.h>
6 
7 #ifndef __CNET_RTSHOW_H
8 #define __CNET_RTSHOW_H
9 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
31 CNDP_API int cnet_rtshow(stk_t *stk, int argc, char **argv);
32 
33 #ifdef __cplusplus
34 }
35 #endif
36 
37 #endif /* __CNET_RTSHOW_H */
CNDP_API int cnet_rtshow(stk_t *stk, int argc, char **argv)
Show/modify routing information for a given stack instance.