Searched refs:IFF_UP (Results 1 - 5 of 5) sorted by relevance

/barrelfish-master/include/net/
H A Dif.h140 #define IFF_UP 0x1 /* (n) interface is up */ macro
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dpppoe.c508 * ignore if we have no interfaces with IFF_PASSIVE|IFF_UP.
514 if (!(sc->sc_sppp.pp_if.if_flags & IFF_UP)) {
1165 if (sc->sc_sppp.pp_if.if_flags & IFF_UP) {
1166 sc->sc_sppp.pp_if.if_flags &= ~(IFF_UP|IFF_RUNNING);
/barrelfish-master/include/lwip2/netif/ppp/
H A Dpppoe.c508 * ignore if we have no interfaces with IFF_PASSIVE|IFF_UP.
514 if (!(sc->sc_sppp.pp_if.if_flags & IFF_UP)) {
1165 if (sc->sc_sppp.pp_if.if_flags & IFF_UP) {
1166 sc->sc_sppp.pp_if.if_flags &= ~(IFF_UP|IFF_RUNNING);
/barrelfish-master/lib/libc/rpc/
H A Dclnt_bcast.c150 !(ifap->ifa_flags & IFF_UP))
/barrelfish-master/lib/libc/net/
H A Dgetaddrinfo.c1623 if (ifa->ifa_addr == NULL || (ifa->ifa_flags & IFF_UP) == 0)

Completed in 51 milliseconds