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