Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
HDif.c414 if_check_arphrd(struct interface *ifp, unsigned int active, bool if_noconf) in if_check_arphrd() argument
425 if (if_noconf && active) { in if_check_arphrd()
436 if (if_noconf) in if_check_arphrd()
460 bool if_noconf; in if_discover() local
565 if_noconf = ((argc == 0 || argc == -1) && ctx->ifac == 0 && in if_discover()
569 if (if_noconf && if_ignore(ctx, spec.devname)) { in if_discover()
618 if (if_noconf && active) { in if_discover()
649 if (if_noconf) in if_discover()
669 active = if_check_arphrd(ifp, active, if_noconf); in if_discover()
687 if_check_arphrd(ifp, active, if_noconf); in if_discover()