Home
last modified time | relevance | path

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

/dflybsd-src/contrib/dhcpcd/src/
H A Ddhcpcd.h262 int dhcpcd_ifafwaiting(const struct interface *);
H A Dscript.c460 if ((af = dhcpcd_ifafwaiting(ifp)) != AF_MAX) { in make_env()
466 if ((af = dhcpcd_ifafwaiting(ifp2)) != AF_MAX) in make_env()
H A Ddhcpcd.c233 dhcpcd_ifafwaiting(const struct interface *ifp) in dhcpcd_ifafwaiting() function
316 if ((af = dhcpcd_ifafwaiting(ifp)) != AF_MAX) { in dhcpcd_ipwaited()