Searched refs:IFF_MASTER (Results 1 - 7 of 7) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dif.h37 #define IFF_MASTER 0x400 /* master of a load balancer */ macro
42 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_MASTER|IFF_SLAVE|IFF_RUNNING)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dif.h37 #define IFF_MASTER 0x400 /* master of a load balancer */ macro
42 #define IFF_VOLATILE (IFF_LOOPBACK|IFF_POINTOPOINT|IFF_BROADCAST|IFF_MASTER|IFF_SLAVE|IFF_RUNNING)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Deql.c267 dev->flags = IFF_MASTER;
626 if ((dev->flags & IFF_MASTER) == IFF_MASTER)
H A Dbonding.c2265 dev->flags |= IFF_MASTER|IFF_MULTICAST;
/asus-wl-520gu-7.0.1.45/src/linux/linux/Documentation/networking/
H A Difenslave.c417 if ((ifr2.ifr_flags &= ~(IFF_SLAVE | IFF_MASTER)) == 0
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dinterface.c1975 if (ptr->flags & IFF_MASTER)
/asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/
H A Dinterface.c1995 if (ptr->flags & IFF_MASTER)

Completed in 118 milliseconds