|
CNDP
22.08.0
|
#include <sys/queue.h>#include <stdint.h>#include <stdio.h>#include <net/if.h>#include <cne_common.h>#include <cnet_netif.h>Go to the source code of this file.
Functions | |
| CNDP_API int | cnet_ifshow (char *ifname) |
| Show the configuration information of a given interface or all if not given. More... | |
CNET interface show routines.
Definition in file cnet_ifshow.h.
| CNDP_API int cnet_ifshow | ( | char * | ifname | ) |
Show the configuration information of a given interface or all if not given.
| ifname | Interface name to show or NULL to show all interfaces. |