Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_pcapng.c89 int tmp_fd; in test_setup() local
97 tmp_fd = mkstemps(file_name, strlen(".pcapng")); in test_setup()
98 if (tmp_fd == -1) { in test_setup()
105 pcapng = rte_pcapng_fdopen(tmp_fd, NULL, NULL, "pcapng_test", NULL); in test_setup()
108 close(tmp_fd); in test_setup()