Home
last modified time | relevance | path

Searched defs:if_up (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Dif.h167 #define if_up(ifp) if_setflag((ifp), (IFF_UP | IFF_RUNNING), 0) macro
H A Dscript.c235 const char *if_up, *if_down; in make_env() local
/netbsd-src/sys/net/
H A Dif.c2758 if_up(struct ifnet *ifp) if_up() function