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.c2310 struct TestContext ctxcopy; in main() local
2319 memcpy(&ctxcopy, &ctx_, sizeof(ctxcopy)); in main()
2320 ctxcopy.fd = fd; in main()
2321 memcpy(ctxcopy.ifname_ext, ctxcopy.ifname, in main()
2322 sizeof(ctxcopy.ifname)); in main()
2323 ret = tests[i].test(&ctxcopy); in main()
2329 context_cleanup(&ctxcopy); in main()