Searched refs:IFF_LOWER_UP (Results 1 - 3 of 3) sorted by relevance

/systemd/src/basic/
H A Dmissing.h919 #ifndef IFF_LOWER_UP
920 #define IFF_LOWER_UP 0x10000 macro
/systemd/src/resolve/
H A Dresolved-link.c531 if ((l->flags & (IFF_UP|IFF_LOWER_UP)) != (IFF_UP|IFF_LOWER_UP))
/systemd/src/network/
H A Dnetworkd-link.c253 FLAG_STRING("LOWER_UP", IFF_LOWER_UP, link->flags, flags),
269 IFF_DORMANT | IFF_LOWER_UP | IFF_RUNNING |
1335 if ((link->flags & IFF_LOWER_UP) && !(link->flags & IFF_DORMANT))

Completed in 2684 milliseconds