Lines Matching refs:ifparse
173 const char *ifparse; member
1846 save = ctx->ifparse = t->ifname; in nmreq_hdr_parsing()
1849 printf("nmreq_header: \"%s\"\n", ctx->ifparse); in nmreq_hdr_parsing()
1850 if (nmreq_header_decode(&ctx->ifparse, hdr, ctx->nmctx) < 0) { in nmreq_hdr_parsing()
1857 if (ctx->ifparse != save) { in nmreq_hdr_parsing()
1896 save = ctx->ifparse; in nmreq_reg_parsing()
1899 printf("nmreq_register: \"%s\"\n", ctx->ifparse); in nmreq_reg_parsing()
1900 if (nmreq_register_decode(&ctx->ifparse, reg, ctx->nmctx) < 0) { in nmreq_reg_parsing()
1907 if (ctx->ifparse != save) { in nmreq_reg_parsing()
1987 if (strcmp(ctx->ifparse, exp_suff) != 0) { in nmreq_parsing()
1989 ctx->ifparse, exp_suff); in nmreq_parsing()