Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcpcd.c206 if (ifp->active == IF_ACTIVE_USER) in handle_exit_timeout()
238 if (ifp->active != IF_ACTIVE_USER) in dhcpcd_ifafwaiting()
490 if (ifp->active == IF_ACTIVE_USER && in configure_interface1()
944 if (ifp->active == IF_ACTIVE_USER) { in dhcpcd_startinterface()
958 if (ifp->active == IF_ACTIVE_USER) { in dhcpcd_startinterface()
976 if (ifo->options & DHCPCD_IPV4 && ifp->active == IF_ACTIVE_USER) { in dhcpcd_startinterface()
1361 if (ifp->active == IF_ACTIVE_USER) { in reconf_reboot()
1369 ifp->active = IF_ACTIVE_USER; in reconf_reboot()
2571 if (ifp->active == IF_ACTIVE_USER) in main()
H A Ddhcpcd.h53 #define IF_ACTIVE_USER 2 macro
H A Dif.c521 active = (i == argc) ? IF_INACTIVE : IF_ACTIVE_USER; in if_discover()
529 IF_INACTIVE: IF_ACTIVE_USER; in if_discover()
H A Dipv6nd.c2096 if (ifp->active != IF_ACTIVE_USER || in ipv6nd_recvmsg()
H A Ddhcp6.c4250 ifp->active == IF_ACTIVE_USER && in dhcp6_handleifa()