Home
last modified time | relevance | path

Searched refs:ifav (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/usr.bin/rump_dhcpclient/
H A Ddhcpcd.h117 extern char **ifav;
/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcpcd.h126 char **ifav; /* allowed interfaces */ member
H A Ddhcpcd.c138 free(ctx->ifav[ctx->ifac - 1]); in free_globals()
139 free(ctx->ifav); in free_globals()
140 ctx->ifav = NULL; in free_globals()
H A Dif.c543 if (fnmatch(ctx->ifav[i], spec.devname, 0) == 0) in if_discover()
H A Dif-options.c988 ctx->ifav = splitv(&ctx->ifac, ctx->ifav, arg); in parse_option()