Lines Matching refs:ifparse
171 const char *ifparse; member
1852 save = ctx->ifparse = t->ifname; in nmreq_hdr_parsing()
1855 printf("nmreq_header: \"%s\"\n", ctx->ifparse); in nmreq_hdr_parsing()
1856 if (nmreq_header_decode(&ctx->ifparse, hdr, ctx->nmctx) < 0) { in nmreq_hdr_parsing()
1863 if (ctx->ifparse != save) { in nmreq_hdr_parsing()
1902 save = ctx->ifparse; in nmreq_reg_parsing()
1905 printf("nmreq_register: \"%s\"\n", ctx->ifparse); in nmreq_reg_parsing()
1906 if (nmreq_register_decode(&ctx->ifparse, reg, ctx->nmctx) < 0) { in nmreq_reg_parsing()
1913 if (ctx->ifparse != save) { in nmreq_reg_parsing()
1993 if (strcmp(ctx->ifparse, exp_suff) != 0) { in nmreq_parsing()
1995 ctx->ifparse, exp_suff); in nmreq_parsing()