Home
last modified time | relevance | path

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

/freebsd/tests/sys/netmap/
H A Dctrl-api-test.c173 const char *ifparse; member
1854 save = ctx->ifparse = t->ifname; in nmreq_hdr_parsing()
1857 printf("nmreq_header: \"%s\"\n", ctx->ifparse); in nmreq_hdr_parsing()
1858 if (nmreq_header_decode(&ctx->ifparse, hdr, ctx->nmctx) < 0) { in nmreq_hdr_parsing()
1865 if (ctx->ifparse != save) { in nmreq_hdr_parsing()
1904 save = ctx->ifparse; in nmreq_reg_parsing()
1907 printf("nmreq_register: \"%s\"\n", ctx->ifparse); in nmreq_reg_parsing()
1908 if (nmreq_register_decode(&ctx->ifparse, reg, ctx->nmctx) < 0) { in nmreq_reg_parsing()
1915 if (ctx->ifparse != save) { in nmreq_reg_parsing()
1995 if (strcmp(ctx->ifparse, exp_suff) != 0) { in nmreq_parsing()
[all …]