Searched refs:if_discover (Results 1 – 4 of 4) sorted by relevance
/external/dhcpcd-6.8.2/ |
D | if.h | 99 struct if_head *if_discover(struct dhcpcd_ctx *, int, char * const *);
|
D | dhcpcd.c | 972 ifs = if_discover(ctx, -1, UNCONST(argv)); in dhcpcd_handleinterface() 1128 ifs = if_discover(ctx, argc - oi, argv + oi); in reconf_reboot() 1663 ctx.ifaces = if_discover(&ctx, 1, argv + optind); in main() 1877 ctx.ifaces = if_discover(&ctx, ctx.ifc, ctx.ifv); in main()
|
D | if.c | 253 if_discover(struct dhcpcd_ctx *ctx, int argc, char * const *argv) in if_discover() function
|
D | dhcp6.c | 3201 ifs = if_discover(ifp->ctx, -1, UNCONST(argv)); in dhcp6_start1()
|