Home
last modified time | relevance | path

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

/dports/net/dhcpcd/dhcpcd-9.4.1/src/
H A Ddhcpcd.h269 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.c230 dhcpcd_ifafwaiting(const struct interface *ifp) in dhcpcd_ifafwaiting() function
313 if ((af = dhcpcd_ifafwaiting(ifp)) != AF_MAX) { in dhcpcd_ipwaited()