Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dscript.c235 const char *if_up, *if_down; in make_env() local
418 if_up = false_str; in make_env()
425 if_up = false_str; in make_env()
428 if_up = false_str; in make_env()
431 if_up = true_str; in make_env()
449 if_up = true_str; in make_env()
452 if_up = false_str; in make_env()
455 if (efprintf(fp, "if_up=%s", if_up) == -1) in make_env()
H A Dif.h167 #define if_up(ifp) if_setflag((ifp), (IFF_UP | IFF_RUNNING), 0) macro
H A Ddhcpcd.c771 if_up(ifp); in dhcpcd_handlecarrier()
1007 if (if_up(ifp) == -1) in dhcpcd_prestartinterface()
/netbsd-src/sys/rump/net/lib/libnetinet6/
H A Dnetinet6_component.c57 if_up(lo0ifp); in RUMP_COMPONENT()
/netbsd-src/sys/rump/net/lib/libnetinet/
H A Dnetinet_component.c99 if_up(lo0ifp); in RUMP_COMPONENT()
/netbsd-src/external/bsd/dhcpcd/dist/hooks/
H A D15-timezone45 if $if_configured && $if_up; then
H A D29-lookup-hostname37 if $if_up; then
H A D50-ntp.conf139 if $if_up; then
H A D50-ypbind74 elif $if_up || $if_down; then
H A D20-resolv.conf219 elif $if_up || [ "$reason" = ROUTERADVERT ]; then
H A Ddhcpcd-run-hooks14 : ${if_up:=false}
H A D30-hostname156 if $if_configured && $if_up && [ "$reason" != ROUTERADVERT ]; then
/netbsd-src/sys/net/
H A Dif.h1135 void if_up(struct ifnet *);
H A Dif.c2759 if_up(struct ifnet *ifp) in if_up()
3240 * If if_is_mpsafe(ifp), KERNEL_LOCK isn't held here, but if_up in ifioctl_common()
2758 if_up(struct ifnet *ifp) if_up() function
H A Dif_spppsubr.c3113 if_up(ifp); in sppp_lcp_tlu()