HomeSort by relevance Sort by last modified time
    Searched refs:if_discover (Results 1 - 4 of 4) sorted by null

  /external/dhcpcd-6.8.2/
if.h 99 struct if_head *if_discover(struct dhcpcd_ctx *, int, char * const *);
dhcpcd.c 972 ifs = if_discover(ctx, -1, UNCONST(argv));
974 logger(ctx, LOG_ERR, "%s: if_discover: %m", __func__);
1128 ifs = if_discover(ctx, argc - oi, argv + oi);
1130 logger(ctx, LOG_ERR, "%s: if_discover: %m", __func__);
    [all...]
if.c 253 if_discover(struct dhcpcd_ctx *ctx, int argc, char * const *argv) function
dhcp6.c     [all...]

Completed in 198 milliseconds