Home
last modified time | relevance | path

Searched refs:rte_pcapng_fdopen (Results 1 – 6 of 6) sorted by relevance

/dpdk/lib/pcapng/
H A Dversion.map6 rte_pcapng_fdopen;
H A Drte_pcapng.h59 rte_pcapng_fdopen(int fd,
H A Drte_pcapng.c575 rte_pcapng_fdopen(int fd, in rte_pcapng_fdopen() function
/dpdk/doc/guides/prog_guide/
H A Dpcapng_lib.rst26 The output stream is created with ``rte_pcapng_fdopen``,
/dpdk/app/test/
H A Dtest_pcapng.c105 pcapng = rte_pcapng_fdopen(tmp_fd, NULL, NULL, "pcapng_test", NULL); in test_setup()
/dpdk/app/dumpcap/
H A Dmain.c648 ret.pcapng = rte_pcapng_fdopen(fd, os, NULL, in create_output()