Searched refs:ifav (Results 1 – 5 of 5) sorted by relevance
117 extern char **ifav;
126 char **ifav; /* allowed interfaces */ member
138 free(ctx->ifav[ctx->ifac - 1]); in free_globals()139 free(ctx->ifav); in free_globals()140 ctx->ifav = NULL; in free_globals()
543 if (fnmatch(ctx->ifav[i], spec.devname, 0) == 0) in if_discover()
988 ctx->ifav = splitv(&ctx->ifac, ctx->ifav, arg); in parse_option()