Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Dif.h214 bool if_ignore(struct dhcpcd_ctx *, const char *);
H A Dif.c569 if (if_noconf && if_ignore(ctx, spec.devname)) { in if_discover()
H A Dif-bsd.c367 if_ignore(struct dhcpcd_ctx *ctx, const char *ifname) in if_ignore() function