Searched defs:IFF_RUNNING (Results 1 - 3 of 3) sorted by relevance

/external/libnl/include/linux/
H A Dif_bad.h33 #define IFF_RUNNING 0x40 /* interface RFC2863 OPER_UP */ macro
53 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/iproute2/include/linux/
H A Dif.h37 #define IFF_RUNNING 0x40 /* interface RFC2863 OPER_UP */ macro
57 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/external/kernel-headers/original/uapi/linux/
H A Dif.h54 * @IFF_RUNNING: interface RFC2863 OPER_UP. Volatile.
77 IFF_RUNNING = 1<<6, /* volatile */ enumerator in enum:net_device_flags
98 #define IFF_RUNNING IFF_RUNNING macro
113 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)

Completed in 109 milliseconds