Searched refs:ifparse (Results 1 – 1 of 1) sorted by relevance
173 const char *ifparse; member1846 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()[all …]