Home
last modified time | relevance | path

Searched refs:if_discover (Results 1 – 4 of 4) sorted by relevance

/external/dhcpcd-6.8.2/
Dif.h99 struct if_head *if_discover(struct dhcpcd_ctx *, int, char * const *);
Ddhcpcd.c972 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()
Dif.c253 if_discover(struct dhcpcd_ctx *ctx, int argc, char * const *argv) in if_discover() function
Ddhcp6.c3201 ifs = if_discover(ifp->ctx, -1, UNCONST(argv)); in dhcp6_start1()