Searched refs:osname (Results 1 – 3 of 3) sorted by relevance
| /dpdk/lib/pcapng/ |
| H A D | rte_pcapng.h | 60 const char *osname, const char *hardware,
|
| H A D | rte_pcapng.c | 576 const char *osname, const char *hardware, in rte_pcapng_fdopen() argument 589 if (pcapng_section_block(self, osname, hardware, appname, comment) < 0) in rte_pcapng_fdopen()
|
| /dpdk/app/dumpcap/ |
| H A D | main.c | 594 char *osname = NULL; in get_os_info() local 599 if (asprintf(&osname, "%s %s", in get_os_info() 603 return osname; in get_os_info()
|