Searched refs:tmp_fd (Results 1 – 1 of 1) sorted by relevance
89 int tmp_fd; in test_setup() local97 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()