Searched refs:IFF_SLAVE (Results 1 - 11 of 11) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/atalkd/
H A Dconfig.c66 #ifndef IFF_SLAVE /* a little backward compatibility */
67 #define IFF_SLAVE 0 macro
68 #endif /* IFF_SLAVE */
379 if (ifr.ifr_flags & (IFF_LOOPBACK | IFF_POINTOPOINT |IFF_SLAVE)) {
736 if (ifr.ifr_flags & (IFF_LOOPBACK | IFF_POINTOPOINT | IFF_SLAVE))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/dsi/
H A Ddsi_tcp.c220 #ifndef IFF_SLAVE
221 #define IFF_SLAVE 0 macro
237 if ( !(ifr.ifr_flags & (IFF_LOOPBACK | IFF_POINTOPOINT | IFF_SLAVE)) )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dconfig.c66 #ifndef IFF_SLAVE /* a little backward compatibility */
67 #define IFF_SLAVE 0 macro
68 #endif /* IFF_SLAVE */
379 if (ifr.ifr_flags & (IFF_LOOPBACK | IFF_POINTOPOINT |IFF_SLAVE)) {
736 if (ifr.ifr_flags & (IFF_LOOPBACK | IFF_POINTOPOINT | IFF_SLAVE))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/dsi/
H A Ddsi_tcp.c219 #ifndef IFF_SLAVE
220 #define IFF_SLAVE 0 macro
236 if ( !(ifr.ifr_flags & (IFF_LOOPBACK | IFF_POINTOPOINT | IFF_SLAVE)) )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zeroconf-0.9/
H A Dzeroconf.c1024 FLAG_TEST_DUMP(i->ifi_flags,IFF_SLAVE);
1054 FLAG_TEST_DUMP(i->ifi_flags, IFF_SLAVE);
1537 (intf->flags & IFF_SLAVE) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/networking/
H A Difenslave.c649 if (!(slave_flags.ifr_flags & IFF_SLAVE)) {
676 if (slave_flags.ifr_flags & IFF_SLAVE) {
832 if (!(slave_flags.ifr_flags & IFF_SLAVE)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/bonding/
H A Dbond_main.c1303 if (slave_dev->flags & IFF_SLAVE) {
1647 if (!(slave_dev->flags & IFF_SLAVE) ||
1951 if (!(slave_dev->flags & IFF_SLAVE) ||
3349 if (event_dev->flags & IFF_SLAVE) {
3350 dprintk("IFF_SLAVE\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Deql.c135 #define eql_is_slave(dev) ((dev->flags & IFF_SLAVE) == IFF_SLAVE)
222 slave->dev->flags &= ~IFF_SLAVE;
401 slave->dev->flags |= IFF_SLAVE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dif.h42 #define IFF_SLAVE 0x800 /* slave of a load balancer */ macro
54 IFF_MASTER|IFF_SLAVE|IFF_RUNNING|IFF_LOWER_UP|IFF_DORMANT)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Ddev.c2865 slave->flags |= IFF_SLAVE;
2867 slave->flags &= ~IFF_SLAVE;
2869 rtmsg_ifinfo(RTM_NEWLINK, slave, IFF_SLAVE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dinterface.c1026 IFF_SLAVE,

Completed in 173 milliseconds