Searched refs:ifav (Results 1 – 4 of 4) sorted by relevance
95 char **ifav; /* allowed interfaces */ member
149 free(ctx->ifav[ctx->ifac - 1]); in free_globals()150 free(ctx->ifav); in free_globals()151 ctx->ifav = NULL; in free_globals()
362 if (!fnmatch(ctx->ifav[i], p, 0)) in if_discover()
939 ctx->ifav = splitv(ctx, &ctx->ifac, ctx->ifav, arg); in parse_option()