Home
last modified time | relevance | path

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

/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c2303 struct TestContext ctxcopy; in main() local
2312 memcpy(&ctxcopy, &ctx_, sizeof(ctxcopy)); in main()
2313 ctxcopy.fd = fd; in main()
2314 memcpy(ctxcopy.ifname_ext, ctxcopy.ifname, in main()
2315 sizeof(ctxcopy.ifname)); in main()
2316 ret = tests[i].test(&ctxcopy); in main()
2322 context_cleanup(&ctxcopy); in main()