1 /* SPDX-License-Identifier: BSD-3-Clause
2 * Copyright(c) 2018 Intel Corporation
11 /* sample test to send packets to the pdump client recursively */
12 void *send_pkts(void *port);
14 /* Sample test to create setup for the pdump server tests */
15 int test_pdump_init(void);
17 /* Sample test to teardown the pdump server setup */
18 int test_pdump_uninit(void);
20 /* Sample test to run the pdump client tests */
21 int run_pdump_client_tests(void);
23 /* Sample test to run the pdump server tests */
24 int run_pdump_server_tests(void);
26 /* Sample test to run the pdump client and server tests based on
31 #endif /* _TEST_PDUMP_H_ */