Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dif.h171 struct if_head *if_discover(struct dhcpcd_ctx *, struct ifaddrs **,
H A Ddhcpcd.c1076 ifs = if_discover(ctx, &ifaddrs, -1, UNCONST(argv)); in dhcpcd_handleinterface()
1229 ifaces = if_discover(ctx, &ifaddrs, ctx->ifc, ctx->ifv); in dhcpcd_linkoverflow()
2557 ctx.ifaces = if_discover(&ctx, &ifaddrs, ctx.ifc, ctx.ifv); in main()
H A Dif.c451 if_discover(struct dhcpcd_ctx *ctx, struct ifaddrs **ifaddrs, in if_discover() function