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

  /external/dhcpcd-6.8.2/
if.h 100 struct interface *if_find(struct if_head *, const char *);
dhcpcd.c 611 ifp = if_find(ctx->ifaces, ifname);
951 ifp = if_find(ctx->ifaces, ifname);
982 iff = if_find(ctx->ifaces, ifp->name);
1021 ifp = if_find(ctx->ifaces, ifname);
1044 ifp = if_find(ctx->ifaces, ifname);
1058 ifp = if_find(ctx->ifaces, ifname);
1082 ifp = if_find(ctx->ifaces, ifname);
1136 ifn = if_find(ctx->ifaces, ifp->name);
    [all...]
if.c 208 if ((ifp = if_find(ifs, ifa->ifa_name)) == NULL)
614 if_find(struct if_head *ifaces, const char *name) function
ipv4.c 1048 if ((ifp = if_find(ifs, ifname)) == NULL)
if-bsd.c 284 return if_find(ctx->ifaces, ifname);
    [all...]
if-linux.c 807 if ((ifp = if_find(ctx->ifaces, ifn)) == NULL) {
    [all...]
dhcp6.c     [all...]

Completed in 185 milliseconds